Documentation
¶
Index ¶
Constants ¶
View Source
const ManagedResourceControlName = "global-network-policies"
ManagedResourceControlName is the name of the of the global-network-policies managed resource.
Variables ¶
View Source
var TimeoutWaitForManagedResource = 2 * time.Minute
TimeoutWaitForManagedResource is the timeout used while waiting for the ManagedResources to become healthy or deleted.
Functions ¶
func NewBootstrapper ¶
func NewBootstrapper(client client.Client, namespace string, values GlobalValues) component.DeployWaiter
NewBootstrapper creates a new instance of DeployWaiter for the network policies.
Types ¶
type GlobalValues ¶
type GlobalValues struct { // SNIEnabled states whether the SNI for kube-apiservers of shoot clusters is enabled. SNIEnabled bool }
GlobalValues contains deployment parameters for the global network policies.
Click to show internal directories.
Click to hide internal directories.