...

Text file src/github.com/GoogleCloudPlatform/k8s-config-connector/config/cloudcodesnippets/apigee_v1beta1_apigeeorganization.yaml

Documentation: github.com/GoogleCloudPlatform/k8s-config-connector/config/cloudcodesnippets

     1label: Config Connector ApigeeOrganization
     2markdownDescription: Creates yaml for a ApigeeOrganization resource
     3insertText: |
     4  apiVersion: apigee.cnrm.cloud.google.com/v1beta1
     5  kind: ApigeeOrganization
     6  metadata:
     7    name: \${1:apigeeorganization-name}
     8  spec:
     9    projectRef:
    10      external: \${2:projects/[PROJECT_ID?]}
    11    displayName: \${3:basic-organization}
    12    description: \${4:A sample organization}
    13    properties:
    14      features.mart.connect.enabled: \${5:false}
    15      features.hybrid.enabled: \${6:true}
    16    analyticsRegion: \${7:us-west1}
    17    authorizedNetworkRef:
    18      name: \${8:apigeeorganization-dep}
    19    runtimeType: \${9:CLOUD}
    20    addonsConfig:
    21      advancedApiOpsConfig:
    22        enabled: \${10:true}
    23      integrationConfig:
    24        enabled: \${11:false}
    25      monetizationConfig:
    26        enabled: \${12:false}

View as plain text