Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
      View Source
      
  
const ( // GardenerSeedLeaseNamespace is the namespace in which Gardenlet will report Seeds' // status using Lease resources for each Seed GardenerSeedLeaseNamespace = "gardener-system-seed-lease" )
Variables ¶
This section is empty.
Functions ¶
func IsIPv4SingleStack ¶
IsIPv4SingleStack determines whether the given list of IP families specifies IPv4 single-stack networking.
func IsIPv6SingleStack ¶
IsIPv6SingleStack determines whether the given list of IP families specifies IPv6 single-stack networking.
Types ¶
type AccessRestriction ¶
type AccessRestriction struct {
	// Name is the name of the restriction.
	Name string
}
    AccessRestriction describes an access restriction for a Kubernetes cluster (e.g., EU access-only).
type AccessRestrictionWithOptions ¶
type AccessRestrictionWithOptions struct {
	AccessRestriction
	// Options is a map of additional options for the access restriction.
	// +optional
	Options map[string]string
}
    AccessRestrictionWithOptions describes an access restriction for a Kubernetes cluster (e.g., EU access-only) and allows to specify additional options.
 Click to show internal directories. 
   Click to hide internal directories.