Versions in this module Expand all Collapse all v1 v1.16.3 Oct 23, 2019 Changes in this version + const BestEffortTopologyManagerPolicy + const GetChangeDetectionStrategy + const GroupName + const HairpinNone + const HairpinVeth + const NoneTopologyManagerPolicy + const PromiscuousBridge + const RestrictedTopologyManagerPolicy + const SingleNumaNodeTopologyManager + const TTLCacheChangeDetectionStrategy + const WatchChangeDetectionStrategy + var AddToScheme = SchemeBuilder.AddToScheme + var SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) + var SchemeGroupVersion = schema.GroupVersion + func KubeletConfigurationPathRefs(kc *KubeletConfiguration) []*string + type HairpinMode string + type KubeletAnonymousAuthentication struct + Enabled bool + func (in *KubeletAnonymousAuthentication) DeepCopy() *KubeletAnonymousAuthentication + func (in *KubeletAnonymousAuthentication) DeepCopyInto(out *KubeletAnonymousAuthentication) + type KubeletAuthentication struct + Anonymous KubeletAnonymousAuthentication + Webhook KubeletWebhookAuthentication + X509 KubeletX509Authentication + func (in *KubeletAuthentication) DeepCopy() *KubeletAuthentication + func (in *KubeletAuthentication) DeepCopyInto(out *KubeletAuthentication) + type KubeletAuthorization struct + Mode KubeletAuthorizationMode + Webhook KubeletWebhookAuthorization + func (in *KubeletAuthorization) DeepCopy() *KubeletAuthorization + func (in *KubeletAuthorization) DeepCopyInto(out *KubeletAuthorization) + type KubeletAuthorizationMode string + const KubeletAuthorizationModeAlwaysAllow + const KubeletAuthorizationModeWebhook + type KubeletConfiguration struct + Address string + AllowedUnsafeSysctls []string + Authentication KubeletAuthentication + Authorization KubeletAuthorization + CPUCFSQuota bool + CPUCFSQuotaPeriod metav1.Duration + CPUManagerPolicy string + CPUManagerReconcilePeriod metav1.Duration + CgroupDriver string + CgroupRoot string + CgroupsPerQOS bool + ClusterDNS []string + ClusterDomain string + ConfigMapAndSecretChangeDetectionStrategy ResourceChangeDetectionStrategy + ContainerLogMaxFiles int32 + ContainerLogMaxSize string + ContentType string + EnableContentionProfiling bool + EnableControllerAttachDetach bool + EnableDebuggingHandlers bool + EnforceNodeAllocatable []string + EventBurst int32 + EventRecordQPS int32 + EvictionHard map[string]string + EvictionMaxPodGracePeriod int32 + EvictionMinimumReclaim map[string]string + EvictionPressureTransitionPeriod metav1.Duration + EvictionSoft map[string]string + EvictionSoftGracePeriod map[string]string + FailSwapOn bool + FeatureGates map[string]bool + FileCheckFrequency metav1.Duration + HTTPCheckFrequency metav1.Duration + HairpinMode string + HealthzBindAddress string + HealthzPort int32 + IPTablesDropBit int32 + IPTablesMasqueradeBit int32 + ImageGCHighThresholdPercent int32 + ImageGCLowThresholdPercent int32 + ImageMinimumGCAge metav1.Duration + KubeAPIBurst int32 + KubeAPIQPS int32 + KubeReserved map[string]string + KubeReservedCgroup string + KubeletCgroups string + MakeIPTablesUtilChains bool + MaxOpenFiles int64 + MaxPods int32 + NodeLeaseDurationSeconds int32 + NodeStatusReportFrequency metav1.Duration + NodeStatusUpdateFrequency metav1.Duration + OOMScoreAdj int32 + PodCIDR string + PodPidsLimit int64 + PodsPerCore int32 + Port int32 + ProtectKernelDefaults bool + QOSReserved map[string]string + ReadOnlyPort int32 + RegistryBurst int32 + RegistryPullQPS int32 + ResolverConfig string + RotateCertificates bool + RuntimeRequestTimeout metav1.Duration + SerializeImagePulls bool + ServerTLSBootstrap bool + StaticPodPath string + StaticPodURL string + StaticPodURLHeader map[string][]string + StreamingConnectionIdleTimeout metav1.Duration + SyncFrequency metav1.Duration + SystemCgroups string + SystemReserved map[string]string + SystemReservedCgroup string + TLSCertFile string + TLSCipherSuites []string + TLSMinVersion string + TLSPrivateKeyFile string + TopologyManagerPolicy string + VolumeStatsAggPeriod metav1.Duration + func (in *KubeletConfiguration) DeepCopy() *KubeletConfiguration + func (in *KubeletConfiguration) DeepCopyInto(out *KubeletConfiguration) + func (in *KubeletConfiguration) DeepCopyObject() runtime.Object + type KubeletWebhookAuthentication struct + CacheTTL metav1.Duration + Enabled bool + func (in *KubeletWebhookAuthentication) DeepCopy() *KubeletWebhookAuthentication + func (in *KubeletWebhookAuthentication) DeepCopyInto(out *KubeletWebhookAuthentication) + type KubeletWebhookAuthorization struct + CacheAuthorizedTTL metav1.Duration + CacheUnauthorizedTTL metav1.Duration + func (in *KubeletWebhookAuthorization) DeepCopy() *KubeletWebhookAuthorization + func (in *KubeletWebhookAuthorization) DeepCopyInto(out *KubeletWebhookAuthorization) + type KubeletX509Authentication struct + ClientCAFile string + func (in *KubeletX509Authentication) DeepCopy() *KubeletX509Authentication + func (in *KubeletX509Authentication) DeepCopyInto(out *KubeletX509Authentication) + type ResourceChangeDetectionStrategy string + type SerializedNodeConfigSource struct + Source v1.NodeConfigSource + func (in *SerializedNodeConfigSource) DeepCopy() *SerializedNodeConfigSource + func (in *SerializedNodeConfigSource) DeepCopyInto(out *SerializedNodeConfigSource) + func (in *SerializedNodeConfigSource) DeepCopyObject() runtime.Object