| 1234567891011121314151617181920212223242526272829303132333435 |
- apiVersion: generators.external-secrets.io/v1alpha1
- kind: GCRAccessToken
- metadata: {}
- spec:
- auth:
- secretRef:
- secretAccessKeySecretRef:
- key: string
- name: string
- namespace: string
- workloadIdentity:
- clusterLocation: string
- clusterName: string
- clusterProjectID: string
- serviceAccountRef:
- audiences: [] # minItems 0 of type string
- name: string
- namespace: string
- workloadIdentityFederation:
- audience: string
- awsSecurityCredentials:
- awsCredentialsSecretRef:
- name: string
- namespace: string
- region: "ap-south-1"
- credConfig:
- key: string
- name: string
- namespace: string
- externalTokenEndpoint: string
- serviceAccountRef:
- audiences: [] # minItems 0 of type string
- name: string
- namespace: string
- projectID: string
|