Skip to content

Commit e54c831

Browse files
committed
generated
1 parent 0c2704c commit e54c831

File tree

71 files changed

+11608
-6659
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+11608
-6659
lines changed

api/protobuf-spec/github_com_openshift_origin_pkg_security_api_v1.proto

Lines changed: 148 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/protobuf-spec/k8s_io_kubernetes_pkg_api_v1.proto

Lines changed: 0 additions & 147 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/swagger-spec/api-v1.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19340,13 +19340,16 @@
1934019340
"description": "iSCSI target portal List. The portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260)."
1934119341
},
1934219342
"chapAuthDiscovery": {
19343-
"type": "boolean"
19343+
"type": "boolean",
19344+
"description": "whether support iSCSI Discovery CHAP authentication"
1934419345
},
1934519346
"chapAuthSession": {
19346-
"type": "boolean"
19347+
"type": "boolean",
19348+
"description": "whether support iSCSI Session CHAP authentication"
1934719349
},
1934819350
"secretRef": {
19349-
"$ref": "v1.LocalObjectReference"
19351+
"$ref": "v1.LocalObjectReference",
19352+
"description": "CHAP secret for iSCSI target and initiator authentication"
1935019353
}
1935119354
}
1935219355
},
@@ -21844,7 +21847,7 @@
2184421847
"items": {
2184521848
"$ref": "v1.FSType"
2184621849
},
21847-
"description": "Volumes is a white list of allowed volume plugins. FSType corresponds directly with the field names of a VolumeSource (azureFile, configMap, emptyDir). To allow all volumes you may use '*'."
21850+
"description": "Volumes is a white list of allowed volume plugins. FSType corresponds directly with the field names of a VolumeSource (azureFile, configMap, emptyDir). To allow all volumes you may use \"*\". To allow no volumes, set to [\"none\"]."
2184821851
},
2184921852
"allowHostNetwork": {
2185021853
"type": "boolean",

api/swagger-spec/oapi-v1.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26019,13 +26019,16 @@
2601926019
"description": "iSCSI target portal List. The portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260)."
2602026020
},
2602126021
"chapAuthDiscovery": {
26022-
"type": "boolean"
26022+
"type": "boolean",
26023+
"description": "whether support iSCSI Discovery CHAP authentication"
2602326024
},
2602426025
"chapAuthSession": {
26025-
"type": "boolean"
26026+
"type": "boolean",
26027+
"description": "whether support iSCSI Session CHAP authentication"
2602626028
},
2602726029
"secretRef": {
26028-
"$ref": "v1.LocalObjectReference"
26030+
"$ref": "v1.LocalObjectReference",
26031+
"description": "CHAP secret for iSCSI target and initiator authentication"
2602926032
}
2603026033
}
2603126034
},

0 commit comments

Comments
 (0)