hierarchical-format/compiled/customresourcedefinition_crontabs.stable.example.com.yaml (37 lines of code) (raw):

# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # [START anthosconfig_hierarchical_format_compiled_custom_resource_definition_crontabs] --- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: configmanagement.gke.io/cluster-name: defaultcluster configmanagement.gke.io/source-path: config/cluster/crontab-crd.yaml configsync.gke.io/declared-fields: '{"f:spec":{"f:group":{},"f:names":{"f:kind":{},"f:plural":{},"f:shortNames":{},"f:singular":{}},"f:scope":{},"f:versions":{}}}' labels: configsync.gke.io/declared-version: v1 name: crontabs.stable.example.com spec: group: stable.example.com names: kind: CronTab plural: crontabs shortNames: - ct singular: crontab scope: Namespaced versions: - name: v1 schema: openAPIV3Schema: properties: spec: properties: cronSpec: type: string image: type: string replicas: type: integer type: object type: object served: true storage: true # [END anthosconfig_hierarchical_format_compiled_custom_resource_definition_crontabs]