Bump sigs.k8s.io/controller-runtime to v0.14.4 (#5507)
* Bump sigs.k8s.io/controller-runtime to v0.14.4 * Update gofmt
This commit is contained in:
12
vendor/sigs.k8s.io/kubefed/pkg/controller/util/constants.go
generated
vendored
12
vendor/sigs.k8s.io/kubefed/pkg/controller/util/constants.go
generated
vendored
@@ -20,9 +20,11 @@ import (
|
||||
"time"
|
||||
)
|
||||
|
||||
// Providing 0 duration to an informer indicates that resync should be delayed as long as possible
|
||||
const (
|
||||
NoResyncPeriod time.Duration = 0 * time.Second
|
||||
// Providing 0 duration to an informer indicates that resync should be delayed as long as possible
|
||||
NoResyncPeriod = 0 * time.Second
|
||||
|
||||
SyncedPollPeriod = 10 * time.Second
|
||||
|
||||
NamespaceName = "namespaces"
|
||||
NamespaceKind = "Namespace"
|
||||
@@ -39,6 +41,12 @@ const (
|
||||
StatusField = "status"
|
||||
MetadataField = "metadata"
|
||||
|
||||
// Service fields
|
||||
HealthCheckNodePortField = "healthCheckNodePort"
|
||||
ClusterIPField = "clusterIP"
|
||||
ClusterIPsField = "clusterIPs"
|
||||
PortsField = "ports"
|
||||
|
||||
// ServiceAccount fields
|
||||
SecretsField = "secrets"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user