Documentation
¶
Overview ¶
Package v1 is the package for the types used in Seed resources +k8s:deepcopy-gen=package +k8s:openapi-gen=true
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BindingFrom ¶
BindingFrom specifies the binding object Used by those objects that refer to Binding
type ResourceContext ¶
type ResourceContext struct {
// +optional
Org string `json:"org,omitempty"`
// +optional
Space string `json:"space,omitempty"`
// +optional
Region string `json:"region,omitempty"`
// +optional
ResourceGroup string `json:"resourcegroup,omitempty"`
// +optional
ResourceGroupID string `json:"resourcegroupid,omitempty"`
// +optional
ResourceLocation string `json:"resourcelocation,omitempty"`
// +optional
User string `json:"user,omitempty"`
}
ResourceContext defines the CloudFoundry context and resource group
Click to show internal directories.
Click to hide internal directories.