INPUT_OBJECT
KubernetesKindEgressPointSpecSourceRefInput
A TypedLocalObjectReference to which the egress rules will apply specifically. Currently only supports apps.Deployment and apps.tanzu.vmware.com.ContainerApp
link GraphQL Schema definition
- input KubernetesKindEgressPointSpecSourceRefInput {
- # APIGroup is the group for the resource being referenced.
- # If APIGroup is not specified, the specified Kind must be in the core API group.
- # For any other third-party types, APIGroup is required.
- String :
- # Kind is the type of resource being referenced
- String :
- # Name is the name of resource being referenced
- String :
- }