Skip to content

Commit

Permalink
Update for version 1.50.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maqiuyujoyce committed May 15, 2021
1 parent bd59374 commit 443c886
Show file tree
Hide file tree
Showing 133 changed files with 122,625 additions and 122,031 deletions.
587 changes: 295 additions & 292 deletions crds/accesscontextmanager_v1beta1_accesscontextmanageraccesslevel.yaml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -12,34 +12,18 @@
# See the License for the specific language governing permissions and
# limitations under the License.

apiVersion: apiextensions.k8s.io/v1beta1
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.49.1
cnrm.cloud.google.com/version: 1.50.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
cnrm.cloud.google.com/system: "true"
cnrm.cloud.google.com/tf2crd: "true"
name: accesscontextmanageraccesspolicies.accesscontextmanager.cnrm.cloud.google.com
spec:
additionalPrinterColumns:
- JSONPath: .metadata.creationTimestamp
name: Age
type: date
- JSONPath: .status.conditions[?(@.type=='Ready')].status
description: When 'True', the most recent reconcile of the resource succeeded
name: Ready
type: string
- JSONPath: .status.conditions[?(@.type=='Ready')].reason
description: The reason for the value in 'Ready'
name: Status
type: string
- JSONPath: .status.conditions[?(@.type=='Ready')].lastTransitionTime
description: The last transition time for the value in 'Status'
name: Status Age
type: date
group: accesscontextmanager.cnrm.cloud.google.com
names:
categories:
Expand All @@ -51,70 +35,89 @@ spec:
- gcpaccesscontextmanageraccesspolicies
singular: accesscontextmanageraccesspolicy
scope: Namespaced
subresources:
status: {}
validation:
openAPIV3Schema:
properties:
apiVersion:
description: 'apiVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources'
type: string
kind:
description: 'kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds'
type: string
metadata:
type: object
spec:
properties:
resourceID:
description: Immutable. Optional. The service-generated name of the resource. Used for acquisition only. Leave unset to create a new resource.
type: string
title:
description: Human readable title. Does not affect behavior.
type: string
required:
- title
type: object
status:
properties:
conditions:
description: Conditions represent the latest available observation of the resource's current state.
items:
properties:
lastTransitionTime:
description: Last time the condition transitioned from one status to another.
type: string
message:
description: Human-readable message indicating details about last transition.
type: string
reason:
description: Unique, one-word, CamelCase reason for the condition's last transition.
type: string
status:
description: Status is the status of the condition. Can be True, False, Unknown.
type: string
type:
description: Type is the type of the condition.
type: string
type: object
type: array
createTime:
description: Time the AccessPolicy was created in UTC.
type: string
name:
description: 'Resource name of the AccessPolicy. Format: {policy_id}'
type: string
observedGeneration:
description: ObservedGeneration is the generation of the resource that was most recently observed by the Config Connector controller. If this is equal to metadata.generation, then that means that the current reported status reflects the most recent desired state of the resource.
type: integer
updateTime:
description: Time the AccessPolicy was updated in UTC.
type: string
type: object
required:
- spec
type: object
version: v1beta1
versions:
- additionalPrinterColumns:
- jsonPath: .metadata.creationTimestamp
name: Age
type: date
- description: When 'True', the most recent reconcile of the resource succeeded
jsonPath: .status.conditions[?(@.type=='Ready')].status
name: Ready
type: string
- description: The reason for the value in 'Ready'
jsonPath: .status.conditions[?(@.type=='Ready')].reason
name: Status
type: string
- description: The last transition time for the value in 'Status'
jsonPath: .status.conditions[?(@.type=='Ready')].lastTransitionTime
name: Status Age
type: date
name: v1beta1
schema:
openAPIV3Schema:
properties:
apiVersion:
description: 'apiVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources'
type: string
kind:
description: 'kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds'
type: string
metadata:
type: object
spec:
properties:
resourceID:
description: Immutable. Optional. The service-generated name of the resource. Used for acquisition only. Leave unset to create a new resource.
type: string
title:
description: Human readable title. Does not affect behavior.
type: string
required:
- title
type: object
status:
properties:
conditions:
description: Conditions represent the latest available observation of the resource's current state.
items:
properties:
lastTransitionTime:
description: Last time the condition transitioned from one status to another.
type: string
message:
description: Human-readable message indicating details about last transition.
type: string
reason:
description: Unique, one-word, CamelCase reason for the condition's last transition.
type: string
status:
description: Status is the status of the condition. Can be True, False, Unknown.
type: string
type:
description: Type is the type of the condition.
type: string
type: object
type: array
createTime:
description: Time the AccessPolicy was created in UTC.
type: string
name:
description: 'Resource name of the AccessPolicy. Format: {policy_id}'
type: string
observedGeneration:
description: ObservedGeneration is the generation of the resource that was most recently observed by the Config Connector controller. If this is equal to metadata.generation, then that means that the current reported status reflects the most recent desired state of the resource.
type: integer
updateTime:
description: Time the AccessPolicy was updated in UTC.
type: string
type: object
required:
- spec
type: object
served: true
storage: true
subresources:
status: {}
status:
acceptedNames:
kind: ""
Expand Down
Loading

0 comments on commit 443c886

Please sign in to comment.