19288
19288
},
19289
19289
"deploymentstrategy": {
19290
19290
"properties": {
19291
- "rollingUpdate": {
19292
- "$ref": "#/definitions/kubernetes_apps_RollingUpdateDeployment",
19293
- "javaType": "io.fabric8.kubernetes.api.model.apps.RollingUpdateDeployment"
19291
+ "activeDeadlineSeconds": {
19292
+ "type": "integer",
19293
+ "description": "",
19294
+ "javaType": "Long"
19295
+ },
19296
+ "annotations": {
19297
+ "type": "object",
19298
+ "description": "",
19299
+ "additionalProperties": {
19300
+ "type": "string",
19301
+ "description": ""
19302
+ },
19303
+ "javaType": "java.util.Map\u003cString,String\u003e"
19304
+ },
19305
+ "customParams": {
19306
+ "$ref": "#/definitions/os_deploy_CustomDeploymentStrategyParams",
19307
+ "javaType": "io.fabric8.openshift.api.model.CustomDeploymentStrategyParams"
19308
+ },
19309
+ "labels": {
19310
+ "type": "object",
19311
+ "description": "",
19312
+ "additionalProperties": {
19313
+ "type": "string",
19314
+ "description": ""
19315
+ },
19316
+ "javaType": "java.util.Map\u003cString,String\u003e"
19317
+ },
19318
+ "recreateParams": {
19319
+ "$ref": "#/definitions/os_deploy_RecreateDeploymentStrategyParams",
19320
+ "javaType": "io.fabric8.openshift.api.model.RecreateDeploymentStrategyParams"
19321
+ },
19322
+ "resources": {
19323
+ "$ref": "#/definitions/kubernetes_core_ResourceRequirements",
19324
+ "javaType": "io.fabric8.kubernetes.api.model.ResourceRequirements"
19325
+ },
19326
+ "rollingParams": {
19327
+ "$ref": "#/definitions/os_deploy_RollingDeploymentStrategyParams",
19328
+ "javaType": "io.fabric8.openshift.api.model.RollingDeploymentStrategyParams"
19294
19329
},
19295
19330
"type": {
19296
19331
"type": "string",
21991
22026
},
21992
22027
"listmeta": {
21993
22028
"properties": {
21994
- "continue": {
21995
- "type": "string",
21996
- "description": ""
21997
- },
21998
22029
"resourceVersion": {
21999
22030
"type": "string",
22000
22031
"description": ""
@@ -22047,26 +22078,70 @@
22047
22078
"apiVersion": {
22048
22079
"type": "string",
22049
22080
"description": "",
22050
- "default": "authorization.k8s .io/v1",
22081
+ "default": "authorization.openshift .io/v1",
22051
22082
"required": true
22052
22083
},
22084
+ "content": {
22085
+ "$ref": "#/definitions/kubernetes_apimachinery_pkg_runtime_RawExtension",
22086
+ "javaType": "io.fabric8.kubernetes.api.model.HasMetadata"
22087
+ },
22088
+ "groups": {
22089
+ "type": "array",
22090
+ "description": "",
22091
+ "items": {
22092
+ "type": "string",
22093
+ "description": ""
22094
+ }
22095
+ },
22096
+ "isNonResourceURL": {
22097
+ "type": "boolean",
22098
+ "description": ""
22099
+ },
22053
22100
"kind": {
22054
22101
"type": "string",
22055
22102
"description": "",
22056
22103
"default": "LocalSubjectAccessReview",
22057
22104
"required": true
22058
22105
},
22059
- "metadata ": {
22060
- "$ref ": "#/definitions/kubernetes_apimachinery_ObjectMeta ",
22061
- "javaType ": "io.fabric8.kubernetes.api.model.ObjectMeta "
22106
+ "namespace ": {
22107
+ "type ": "string ",
22108
+ "description ": ""
22062
22109
},
22063
- "spec ": {
22064
- "$ref ": "#/definitions/kubernetes_authorization_SubjectAccessReviewSpec ",
22065
- "javaType ": "io.fabric8.kubernetes.api.model.authorization.SubjectAccessReviewSpec "
22110
+ "path ": {
22111
+ "type ": "string ",
22112
+ "description ": ""
22066
22113
},
22067
- "status": {
22068
- "$ref": "#/definitions/kubernetes_authorization_SubjectAccessReviewStatus",
22069
- "javaType": "io.fabric8.kubernetes.api.model.authorization.SubjectAccessReviewStatus"
22114
+ "resource": {
22115
+ "type": "string",
22116
+ "description": ""
22117
+ },
22118
+ "resourceAPIGroup": {
22119
+ "type": "string",
22120
+ "description": ""
22121
+ },
22122
+ "resourceAPIVersion": {
22123
+ "type": "string",
22124
+ "description": ""
22125
+ },
22126
+ "resourceName": {
22127
+ "type": "string",
22128
+ "description": ""
22129
+ },
22130
+ "scopes": {
22131
+ "type": "array",
22132
+ "description": "",
22133
+ "items": {
22134
+ "type": "string",
22135
+ "description": ""
22136
+ }
22137
+ },
22138
+ "user": {
22139
+ "type": "string",
22140
+ "description": ""
22141
+ },
22142
+ "verb": {
22143
+ "type": "string",
22144
+ "description": ""
22070
22145
}
22071
22146
},
22072
22147
"additionalProperties": true
25769
25844
"apiVersion": {
25770
25845
"type": "string",
25771
25846
"description": "",
25772
- "default": "authorization.openshift .io/v1",
25847
+ "default": "rbac. authorization.k8s .io/v1",
25773
25848
"required": true
25774
25849
},
25775
25850
"kind": {
25786
25861
"type": "array",
25787
25862
"description": "",
25788
25863
"items": {
25789
- "$ref": "#/definitions/os_authorization_PolicyRule ",
25790
- "javaType": "io.fabric8.openshift .api.model.PolicyRule "
25864
+ "$ref": "#/definitions/kubernetes_rbac_PolicyRule ",
25865
+ "javaType": "io.fabric8.kubernetes .api.model.rbac.KubernetesPolicyRule "
25791
25866
}
25792
25867
}
25793
25868
},
25798
25873
"apiVersion": {
25799
25874
"type": "string",
25800
25875
"description": "",
25801
- "default": "authorization.openshift .io/v1",
25876
+ "default": "rbac. authorization.k8s .io/v1",
25802
25877
"required": true
25803
25878
},
25804
- "groupNames": {
25805
- "type": "array",
25806
- "description": "",
25807
- "items": {
25808
- "type": "string",
25809
- "description": ""
25810
- }
25811
- },
25812
25879
"kind": {
25813
25880
"type": "string",
25814
25881
"description": "",
@@ -25820,23 +25887,15 @@
25820
25887
"javaType": "io.fabric8.kubernetes.api.model.ObjectMeta"
25821
25888
},
25822
25889
"roleRef": {
25823
- "$ref": "#/definitions/kubernetes_core_ObjectReference ",
25824
- "javaType": "io.fabric8.kubernetes.api.model.ObjectReference "
25890
+ "$ref": "#/definitions/kubernetes_rbac_RoleRef ",
25891
+ "javaType": "io.fabric8.kubernetes.api.model.rbac.KubernetesRoleRef "
25825
25892
},
25826
25893
"subjects": {
25827
25894
"type": "array",
25828
25895
"description": "",
25829
25896
"items": {
25830
- "$ref": "#/definitions/kubernetes_core_ObjectReference",
25831
- "javaType": "io.fabric8.kubernetes.api.model.ObjectReference"
25832
- }
25833
- },
25834
- "userNames": {
25835
- "type": "array",
25836
- "description": "",
25837
- "items": {
25838
- "type": "string",
25839
- "description": ""
25897
+ "$ref": "#/definitions/kubernetes_rbac_Subject",
25898
+ "javaType": "io.fabric8.kubernetes.api.model.rbac.KubernetesSubject"
25840
25899
}
25841
25900
}
25842
25901
},
@@ -25847,15 +25906,15 @@
25847
25906
"apiVersion": {
25848
25907
"type": "string",
25849
25908
"description": "",
25850
- "default": "rbac. authorization.k8s .io/v1",
25909
+ "default": "authorization.openshift .io/v1",
25851
25910
"required": true
25852
25911
},
25853
25912
"items": {
25854
25913
"type": "array",
25855
25914
"description": "",
25856
25915
"items": {
25857
- "$ref": "#/definitions/kubernetes_rbac_RoleBinding ",
25858
- "javaType": "io.fabric8.kubernetes .api.model.rbac.KubernetesRoleBinding "
25916
+ "$ref": "#/definitions/os_authorization_RoleBinding ",
25917
+ "javaType": "io.fabric8.openshift .api.model.RoleBinding "
25859
25918
}
25860
25919
},
25861
25920
"kind": {
@@ -25918,15 +25977,15 @@
25918
25977
"apiVersion": {
25919
25978
"type": "string",
25920
25979
"description": "",
25921
- "default": "authorization.openshift .io/v1",
25980
+ "default": "rbac. authorization.k8s .io/v1",
25922
25981
"required": true
25923
25982
},
25924
25983
"items": {
25925
25984
"type": "array",
25926
25985
"description": "",
25927
25986
"items": {
25928
- "$ref": "#/definitions/os_authorization_Role ",
25929
- "javaType": "io.fabric8.openshift .api.model.Role "
25987
+ "$ref": "#/definitions/kubernetes_rbac_Role ",
25988
+ "javaType": "io.fabric8.kubernetes .api.model.rbac.KubernetesRole "
25930
25989
}
25931
25990
},
25932
25991
"kind": {
0 commit comments