Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Environment ¶
type Environment struct {
// contains filtered or unexported fields
}
Environment is the aggregate-root for manipulating RadixEnvironments
func NewEnvironment ¶
func NewEnvironment( kubeclient kubernetes.Interface, kubeutil *kube.Kube, radixclient radixclient.Interface, config *v1.RadixEnvironment, regConfig *v1.RadixRegistration, appConfig *v1.RadixApplication, networkPolicy *networkpolicy.NetworkPolicy) Environment
NewEnvironment is the constructor for Environment
func (*Environment) AsOwnerReference ¶
func (env *Environment) AsOwnerReference() []metav1.OwnerReference
AsOwnerReference creates an OwnerReference to this environment object
func (*Environment) GetConfig ¶ added in v1.7.8
func (env *Environment) GetConfig() *v1.RadixEnvironment
Click to show internal directories.
Click to hide internal directories.