OBJECT
KubernetesKindBuildConfigurationSpec
BuildConfigurationSpec provides config data required for build
link GraphQL Schema definition
- type KubernetesKindBuildConfigurationSpec {
- # APICredentialSecretRef refers to secrets containing oauth token for internal
- # comms
- KubernetesKindBuildConfigurationSpecApiCredentialSecretRef :
- # AvailabilityTarget refers to all target(s) that will be used for the build
- # spaces
- String :
- # SecretRef refers to a kubernetes secret resource
- KubernetesKindBuildConfigurationSpecBindingSecretRefs] : [
- # EgressPointTemplate refers to egress rules for endpoints
- KubernetesKindBuildConfigurationSpecEgressPointTemplate :
- # SecretRef refers to a kubernetes secret resource
- KubernetesKindBuildConfigurationSpecImageRepositorySecretRefs] : [
- # ImageRepositoryTemplate is a templated string that is used to generate a
- # repository path where images should be pushed to.
- # Example: given ContainerApp name "foo" with "spec.contact.team: bar" and
- # imageRepositoryTemplate "my-registry.io/{contact.team}/containerapp-{name}
- # will resolve to "my-registry.io/bar/containerapp-foo"
- String :
- }