Home
last modified time | relevance | path

Searched refs:NodeConditionType (Results 1 – 25 of 128) sorted by relevance

123456

/dports/sysutils/kubectl/kubernetes-1.22.2/test/integration/framework/
H A Dutil.go146 func IsConditionSetAsExpected(node *v1.Node, conditionType v1.NodeConditionType, wantTrue bool) boo… argument
151 func IsConditionSetAsExpectedSilent(node *v1.Node, conditionType v1.NodeConditionType, wantTrue boo… argument
156 func isConditionUnset(node *v1.Node, conditionType v1.NodeConditionType) bool { argument
166 func isNodeConditionSetAsExpected(node *v1.Node, conditionType v1.NodeConditionType, wantTrue, sile… argument
/dports/net/gscloud/gscloud-0.11.0/vendor/k8s.io/client-go/applyconfigurations/core/v1/
H A Dnodecondition.go29 Type *v1.NodeConditionType `json:"type,omitempty"`
46 func (b *NodeConditionApplyConfiguration) WithType(value v1.NodeConditionType) *NodeConditionApplyC…
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/k8s.io/client-go/applyconfigurations/core/v1/
H A Dnodecondition.go29 Type *v1.NodeConditionType `json:"type,omitempty"`
46 func (b *NodeConditionApplyConfiguration) WithType(value v1.NodeConditionType) *NodeConditionApplyC…
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/k8s.io/client-go/applyconfigurations/core/v1/
H A Dnodecondition.go29 Type *v1.NodeConditionType `json:"type,omitempty"`
46 func (b *NodeConditionApplyConfiguration) WithType(value v1.NodeConditionType) *NodeConditionApplyC…
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/k8s.io/client-go/client-go-0.21.1/applyconfigurations/core/v1/
H A Dnodecondition.go29 Type *v1.NodeConditionType `json:"type,omitempty"`
46 func (b *NodeConditionApplyConfiguration) WithType(value v1.NodeConditionType) *NodeConditionApplyC…
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/k8s.io/client-go/applyconfigurations/core/v1/
H A Dnodecondition.go29 Type *v1.NodeConditionType `json:"type,omitempty"`
46 func (b *NodeConditionApplyConfiguration) WithType(value v1.NodeConditionType) *NodeConditionApplyC…
/dports/net/traefik/traefik-2.6.1/vendor/k8s.io/client-go/applyconfigurations/core/v1/
H A Dnodecondition.go29 Type *v1.NodeConditionType `json:"type,omitempty"`
46 func (b *NodeConditionApplyConfiguration) WithType(value v1.NodeConditionType) *NodeConditionApplyC…
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/client-go/applyconfigurations/core/v1/
H A Dnodecondition.go29 Type *v1.NodeConditionType `json:"type,omitempty"`
46 func (b *NodeConditionApplyConfiguration) WithType(value v1.NodeConditionType) *NodeConditionApplyC…
/dports/www/grafana8/grafana-8.3.6/vendor/k8s.io/client-go/applyconfigurations/core/v1/
H A Dnodecondition.go29 Type *v1.NodeConditionType `json:"type,omitempty"`
46 func (b *NodeConditionApplyConfiguration) WithType(value v1.NodeConditionType) *NodeConditionApplyC…
/dports/net-mgmt/prometheus1/prometheus-1.8.2/vendor/k8s.io/client-go/pkg/api/
H A Dtypes.go2860 type NodeConditionType string type
2867 NodeReady NodeConditionType = "Ready"
2870 NodeOutOfDisk NodeConditionType = "OutOfDisk"
2872 NodeMemoryPressure NodeConditionType = "MemoryPressure"
2874 NodeDiskPressure NodeConditionType = "DiskPressure"
2876 NodeNetworkUnavailable NodeConditionType = "NetworkUnavailable"
2880 Type NodeConditionType
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/kubelet/eviction/
H A Dhelpers.go67 signalToNodeCondition map[evictionapi.Signal]v1.NodeConditionType
74 signalToNodeCondition = map[evictionapi.Signal]v1.NodeConditionType{}
842 func nodeConditions(thresholds []evictionapi.Threshold) []v1.NodeConditionType {
843 results := []v1.NodeConditionType{}
855 func nodeConditionsLastObservedAt(nodeConditions []v1.NodeConditionType, lastObservedAt nodeConditi… argument
872 …(observedAt nodeConditionsObservedAt, period time.Duration, now time.Time) []v1.NodeConditionType {
873 results := []v1.NodeConditionType{}
894 func hasNodeCondition(inputs []v1.NodeConditionType, item v1.NodeConditionType) bool { argument
H A Dhelpers_test.go1811 result []v1.NodeConditionType
1815 result: []v1.NodeConditionType{},
1821 result: []v1.NodeConditionType{v1.NodeMemoryPressure},
1836 nodeConditions []v1.NodeConditionType
1860 nodeConditions: []v1.NodeConditionType{},
1885 result []v1.NodeConditionType
1893 result: []v1.NodeConditionType{v1.NodeMemoryPressure},
1901 result: []v1.NodeConditionType{},
1914 inputs []v1.NodeConditionType
1915 item v1.NodeConditionType
[all …]
H A Dtypes.go130 type nodeConditionsObservedAt map[v1.NodeConditionType]time.Time
/dports/sysutils/kubectl/kubernetes-1.22.2/test/utils/
H A Dnode.go23 func GetNodeCondition(status *v1.NodeStatus, conditionType v1.NodeConditionType) (int, *v1.NodeCond… argument
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/cloud-provider/node/helpers/
H A Dconditions.go32 func GetNodeCondition(status *v1.NodeStatus, conditionType v1.NodeConditionType) (int, *v1.NodeCond… argument
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/containerd/containerd/vendor/k8s.io/kubernetes/pkg/apis/core/
H A Dtypes.go3888 type NodeConditionType string type
3895 NodeReady NodeConditionType = "Ready"
3897 NodeMemoryPressure NodeConditionType = "MemoryPressure"
3899 NodeDiskPressure NodeConditionType = "DiskPressure"
3901 NodeNetworkUnavailable NodeConditionType = "NetworkUnavailable"
3905 Type NodeConditionType
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/containerd/containerd/vendor/k8s.io/kubernetes/pkg/apis/core/
H A Dtypes.go3888 type NodeConditionType string type
3895 NodeReady NodeConditionType = "Ready"
3897 NodeMemoryPressure NodeConditionType = "MemoryPressure"
3899 NodeDiskPressure NodeConditionType = "DiskPressure"
3901 NodeNetworkUnavailable NodeConditionType = "NetworkUnavailable"
3905 Type NodeConditionType
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/apis/core/
H A Dtypes.go4232 type NodeConditionType string type
4239 NodeReady NodeConditionType = "Ready"
4241 NodeMemoryPressure NodeConditionType = "MemoryPressure"
4243 NodeDiskPressure NodeConditionType = "DiskPressure"
4245 NodeNetworkUnavailable NodeConditionType = "NetworkUnavailable"
4250 Type NodeConditionType
/dports/sysutils/helm/helm-3.5.2/vendor/sigs.k8s.io/kustomize/vendor/k8s.io/api/core/v1/
H A Dtypes.go3847 type NodeConditionType string type
3854 NodeReady NodeConditionType = "Ready"
3857 NodeOutOfDisk NodeConditionType = "OutOfDisk"
3859 NodeMemoryPressure NodeConditionType = "MemoryPressure"
3861 NodeDiskPressure NodeConditionType = "DiskPressure"
3863 NodePIDPressure NodeConditionType = "PIDPressure"
3865 NodeNetworkUnavailable NodeConditionType = "NetworkUnavailable"
3867 NodeKubeletConfigOk NodeConditionType = "KubeletConfigOk"
3873 Type NodeConditionType `json:"type" protobuf:"bytes,1,opt,name=type,casttype=NodeConditionType"`
/dports/sysutils/istio/istio-1.6.7/vendor/sigs.k8s.io/kustomize/vendor/k8s.io/api/core/v1/
H A Dtypes.go3847 type NodeConditionType string type
3854 NodeReady NodeConditionType = "Ready"
3857 NodeOutOfDisk NodeConditionType = "OutOfDisk"
3859 NodeMemoryPressure NodeConditionType = "MemoryPressure"
3861 NodeDiskPressure NodeConditionType = "DiskPressure"
3863 NodePIDPressure NodeConditionType = "PIDPressure"
3865 NodeNetworkUnavailable NodeConditionType = "NetworkUnavailable"
3867 NodeKubeletConfigOk NodeConditionType = "KubeletConfigOk"
3873 Type NodeConditionType `json:"type" protobuf:"bytes,1,opt,name=type,casttype=NodeConditionType"`
/dports/net-mgmt/prometheus1/prometheus-1.8.2/vendor/k8s.io/client-go/pkg/api/v1/
H A Dtypes.go3272 type NodeConditionType string type
3279 NodeReady NodeConditionType = "Ready"
3282 NodeOutOfDisk NodeConditionType = "OutOfDisk"
3284 NodeMemoryPressure NodeConditionType = "MemoryPressure"
3286 NodeDiskPressure NodeConditionType = "DiskPressure"
3288 NodeNetworkUnavailable NodeConditionType = "NetworkUnavailable"
3290 NodeInodePressure NodeConditionType = "InodePressure"
3296 Type NodeConditionType `json:"type" protobuf:"bytes,1,opt,name=type,casttype=NodeConditionType"`
/dports/sysutils/kubectl/kubernetes-1.22.2/test/e2e/framework/node/
H A Dresource.go102 func isNodeConditionSetAsExpected(node *v1.Node, conditionType v1.NodeConditionType, wantTrue, sile… argument
163 func IsConditionSetAsExpected(node *v1.Node, conditionType v1.NodeConditionType, wantTrue bool) boo… argument
168 func IsConditionSetAsExpectedSilent(node *v1.Node, conditionType v1.NodeConditionType, wantTrue boo… argument
173 func isConditionUnset(node *v1.Node, conditionType v1.NodeConditionType) bool { argument
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1/
H A Dtypes.go4135 type NodeConditionType string type
4142 NodeReady NodeConditionType = "Ready"
4145 NodeOutOfDisk NodeConditionType = "OutOfDisk"
4147 NodeMemoryPressure NodeConditionType = "MemoryPressure"
4149 NodeDiskPressure NodeConditionType = "DiskPressure"
4151 NodePIDPressure NodeConditionType = "PIDPressure"
4153 NodeNetworkUnavailable NodeConditionType = "NetworkUnavailable"
4159 Type NodeConditionType `json:"type" protobuf:"bytes,1,opt,name=type,casttype=NodeConditionType"`
/dports/net/concourse-fly/concourse-6.7.1/vendor/k8s.io/api/core/v1/
H A Dtypes.go4135 type NodeConditionType string type
4142 NodeReady NodeConditionType = "Ready"
4145 NodeOutOfDisk NodeConditionType = "OutOfDisk"
4147 NodeMemoryPressure NodeConditionType = "MemoryPressure"
4149 NodeDiskPressure NodeConditionType = "DiskPressure"
4151 NodePIDPressure NodeConditionType = "PIDPressure"
4153 NodeNetworkUnavailable NodeConditionType = "NetworkUnavailable"
4159 Type NodeConditionType `json:"type" protobuf:"bytes,1,opt,name=type,casttype=NodeConditionType"`
/dports/misc/concourse/concourse-6.7.2/vendor/k8s.io/api/core/v1/
H A Dtypes.go4135 type NodeConditionType string type
4142 NodeReady NodeConditionType = "Ready"
4145 NodeOutOfDisk NodeConditionType = "OutOfDisk"
4147 NodeMemoryPressure NodeConditionType = "MemoryPressure"
4149 NodeDiskPressure NodeConditionType = "DiskPressure"
4151 NodePIDPressure NodeConditionType = "PIDPressure"
4153 NodeNetworkUnavailable NodeConditionType = "NetworkUnavailable"
4159 Type NodeConditionType `json:"type" protobuf:"bytes,1,opt,name=type,casttype=NodeConditionType"`

123456