package config
import "k8s.io/kubernetes/pkg/controller/nodeipam/config"
Index ¶
Types ¶
type NodeIPAMControllerConfiguration ¶
type NodeIPAMControllerConfiguration struct { // serviceCIDR is CIDR Range for Services in cluster. ServiceCIDR string // secondaryServiceCIDR is CIDR Range for Services in cluster. This is used in dual stack clusters. SecondaryServiceCIDR must be of different IP family than ServiceCIDR SecondaryServiceCIDR string // NodeCIDRMaskSize is the mask size for node cidr in cluster. NodeCIDRMaskSize int32 }
NodeIPAMControllerConfiguration contains elements describing NodeIPAMController.
func (*NodeIPAMControllerConfiguration) DeepCopy ¶
func (in *NodeIPAMControllerConfiguration) DeepCopy() *NodeIPAMControllerConfiguration
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NodeIPAMControllerConfiguration.
func (*NodeIPAMControllerConfiguration) DeepCopyInto ¶
func (in *NodeIPAMControllerConfiguration) DeepCopyInto(out *NodeIPAMControllerConfiguration)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
Source Files ¶
doc.go types.go zz_generated.deepcopy.go
Directories ¶
Path | Synopsis |
---|---|
pkg/controller/nodeipam/config/v1alpha1 |
- Version
- v1.16.3-beta.0
- Published
- Oct 15, 2019
- Platform
- js/wasm
- Last checked
- 57 seconds ago –
Tools for package owners.