package k8s.io.api.extensions.v1beta1

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message AllowedCSIDriver

generated.proto:34

AllowedCSIDriver represents a single inline CSI Driver that is allowed to be used.

Used in: PodSecurityPolicySpec

message AllowedFlexVolume

generated.proto:41

AllowedFlexVolume represents a single Flexvolume that is allowed to be used. Deprecated: use AllowedFlexVolume from policy API Group instead.

Used in: PodSecurityPolicySpec

message AllowedHostPath

generated.proto:49

AllowedHostPath defines the host volume conditions that will be enabled by a policy for pods to use. It requires the path prefix to be defined. Deprecated: use AllowedHostPath from policy API Group instead.

Used in: PodSecurityPolicySpec

message DaemonSet

generated.proto:67

DEPRECATED - This group version of DaemonSet is deprecated by apps/v1beta2/DaemonSet. See the release notes for more information. DaemonSet represents the configuration of a daemon set.

Used in: DaemonSetList

message DaemonSetCondition

generated.proto:88

DaemonSetCondition describes the state of a DaemonSet at a certain point.

Used in: DaemonSetStatus

message DaemonSetList

generated.proto:109

DaemonSetList is a collection of daemon sets.

message DaemonSetSpec

generated.proto:120

DaemonSetSpec is the specification of a daemon set.

Used in: DaemonSet

message DaemonSetStatus

generated.proto:160

DaemonSetStatus represents the current status of a daemon set.

Used in: DaemonSet

message DaemonSetUpdateStrategy

generated.proto:216

DaemonSetUpdateStrategy indicates the strategy that the DaemonSet controller will use to perform updates. It includes any additional parameters necessary to perform the update for the indicated strategy.

Used in: DaemonSetSpec

message Deployment

generated.proto:234

DEPRECATED - This group version of Deployment is deprecated by apps/v1beta2/Deployment. See the release notes for more information. Deployment enables declarative updates for Pods and ReplicaSets.

Used in: DeploymentList

message DeploymentCondition

generated.proto:249

DeploymentCondition describes the state of a deployment at a certain point.

Used in: DeploymentStatus

message DeploymentList

generated.proto:270

DeploymentList is a list of Deployments.

message DeploymentRollback

generated.proto:281

DEPRECATED. DeploymentRollback stores the information required to rollback a deployment.

message DeploymentSpec

generated.proto:294

DeploymentSpec is the specification of the desired behavior of the Deployment.

Used in: Deployment

message DeploymentStatus

generated.proto:347

DeploymentStatus is the most recently observed status of the Deployment.

Used in: Deployment

message DeploymentStrategy

generated.proto:387

DeploymentStrategy describes how to replace existing pods with new ones.

Used in: DeploymentSpec

message FSGroupStrategyOptions

generated.proto:403

FSGroupStrategyOptions defines the strategy type and options used to create the strategy. Deprecated: use FSGroupStrategyOptions from policy API Group instead.

Used in: PodSecurityPolicySpec

message HTTPIngressPath

generated.proto:416

HTTPIngressPath associates a path with a backend. Incoming urls matching the path are forwarded to the backend.

Used in: HTTPIngressRuleValue

message HTTPIngressRuleValue

generated.proto:451

HTTPIngressRuleValue is a list of http selectors pointing to backends. In the example: http://<host>/<path>?<searchpart> -> backend where where parts of the url correspond to RFC 3986, this resource will be used to match against everything after the last '/' and before the first '?' or '#'.

Used in: IngressRuleValue

message HostPortRange

generated.proto:459

HostPortRange defines a range of host ports that will be enabled by a policy for pods to use. It requires both the start and end to be defined. Deprecated: use HostPortRange from policy API Group instead.

Used in: PodSecurityPolicySpec

message IDRange

generated.proto:469

IDRange provides a min/max of an allowed range of IDs. Deprecated: use IDRange from policy API Group instead.

Used in: FSGroupStrategyOptions, RunAsGroupStrategyOptions, RunAsUserStrategyOptions, SupplementalGroupsStrategyOptions

message IPBlock

generated.proto:481

DEPRECATED 1.9 - This group version of IPBlock is deprecated by networking/v1/IPBlock. IPBlock describes a particular CIDR (Ex. "192.168.1.1/24","2001:db9::/64") that is allowed to the pods matched by a NetworkPolicySpec's podSelector. The except entry describes CIDRs that should not be included within this rule.

Used in: NetworkPolicyPeer

message Ingress

generated.proto:498

Ingress is a collection of rules that allow inbound connections to reach the endpoints defined by a backend. An Ingress can be configured to give services externally-reachable urls, load balance traffic, terminate SSL, offer name based virtual hosting etc. DEPRECATED - This group version of Ingress is deprecated by networking.k8s.io/v1beta1 Ingress. See the release notes for more information.

Used in: IngressList

message IngressBackend

generated.proto:516

IngressBackend describes all endpoints for a given service and port.

Used in: HTTPIngressPath, IngressSpec

message IngressList

generated.proto:533

IngressList is a collection of Ingress.

message IngressRule

generated.proto:546

IngressRule represents the rules mapping the paths under a specified host to the related backend services. Incoming requests are first evaluated for a host match, then routed to the backend associated with the matching IngressRuleValue.

Used in: IngressSpec

message IngressRuleValue

generated.proto:585

IngressRuleValue represents a rule to apply against incoming requests. If the rule is satisfied, the request is routed to the specified backend. Currently mixing different types of rules in a single Ingress is disallowed, so exactly one of the following must be set.

Used in: IngressRule

message IngressSpec

generated.proto:596

IngressSpec describes the Ingress the user wishes to exist.

Used in: Ingress

message IngressStatus

generated.proto:632

IngressStatus describe the current state of the Ingress.

Used in: Ingress

message IngressTLS

generated.proto:639

IngressTLS describes the transport layer security associated with an Ingress.

Used in: IngressSpec

message NetworkPolicy

generated.proto:658

DEPRECATED 1.9 - This group version of NetworkPolicy is deprecated by networking/v1/NetworkPolicy. NetworkPolicy describes what network traffic is allowed for a set of Pods

Used in: NetworkPolicyList

message NetworkPolicyEgressRule

generated.proto:673

DEPRECATED 1.9 - This group version of NetworkPolicyEgressRule is deprecated by networking/v1/NetworkPolicyEgressRule. NetworkPolicyEgressRule describes a particular set of traffic that is allowed out of pods matched by a NetworkPolicySpec's podSelector. The traffic must match both ports and to. This type is beta-level in 1.8

Used in: NetworkPolicySpec

message NetworkPolicyIngressRule

generated.proto:693

DEPRECATED 1.9 - This group version of NetworkPolicyIngressRule is deprecated by networking/v1/NetworkPolicyIngressRule. This NetworkPolicyIngressRule matches traffic if and only if the traffic matches both ports AND from.

Used in: NetworkPolicySpec

message NetworkPolicyList

generated.proto:713

DEPRECATED 1.9 - This group version of NetworkPolicyList is deprecated by networking/v1/NetworkPolicyList. Network Policy List is a list of NetworkPolicy objects.

message NetworkPolicyPeer

generated.proto:724

DEPRECATED 1.9 - This group version of NetworkPolicyPeer is deprecated by networking/v1/NetworkPolicyPeer.

Used in: NetworkPolicyEgressRule, NetworkPolicyIngressRule

message NetworkPolicyPort

generated.proto:750

DEPRECATED 1.9 - This group version of NetworkPolicyPort is deprecated by networking/v1/NetworkPolicyPort.

Used in: NetworkPolicyEgressRule, NetworkPolicyIngressRule

message NetworkPolicySpec

generated.proto:774

DEPRECATED 1.9 - This group version of NetworkPolicySpec is deprecated by networking/v1/NetworkPolicySpec.

Used in: NetworkPolicy

message PodSecurityPolicy

generated.proto:819

PodSecurityPolicy governs the ability to make requests that affect the Security Context that will be applied to a pod and container. Deprecated: use PodSecurityPolicy from policy API Group instead.

Used in: PodSecurityPolicyList

message PodSecurityPolicyList

generated.proto:832

PodSecurityPolicyList is a list of PodSecurityPolicy objects. Deprecated: use PodSecurityPolicyList from policy API Group instead.

message PodSecurityPolicySpec

generated.proto:844

PodSecurityPolicySpec defines the policy enforced. Deprecated: use PodSecurityPolicySpec from policy API Group instead.

Used in: PodSecurityPolicy

message ReplicaSet

generated.proto:977

DEPRECATED - This group version of ReplicaSet is deprecated by apps/v1beta2/ReplicaSet. See the release notes for more information. ReplicaSet ensures that a specified number of pod replicas are running at any given time.

Used in: ReplicaSetList

message ReplicaSetCondition

generated.proto:999

ReplicaSetCondition describes the state of a replica set at a certain point.

Used in: ReplicaSetStatus

message ReplicaSetList

generated.proto:1020

ReplicaSetList is a collection of ReplicaSets.

message ReplicaSetSpec

generated.proto:1032

ReplicaSetSpec is the specification of a ReplicaSet.

Used in: ReplicaSet

message ReplicaSetStatus

generated.proto:1061

ReplicaSetStatus represents the current status of a ReplicaSet.

Used in: ReplicaSet

message RollbackConfig

generated.proto:1090

DEPRECATED.

Used in: DeploymentRollback, DeploymentSpec

message RollingUpdateDaemonSet

generated.proto:1097

Spec to control the desired behavior of daemon set rolling update.

Used in: DaemonSetUpdateStrategy

message RollingUpdateDeployment

generated.proto:1139

Spec to control the desired behavior of rolling update.

Used in: DeploymentStrategy

message RunAsGroupStrategyOptions

generated.proto:1170

RunAsGroupStrategyOptions defines the strategy type and any options used to create the strategy. Deprecated: use RunAsGroupStrategyOptions from policy API Group instead.

Used in: PodSecurityPolicySpec

message RunAsUserStrategyOptions

generated.proto:1182

RunAsUserStrategyOptions defines the strategy type and any options used to create the strategy. Deprecated: use RunAsUserStrategyOptions from policy API Group instead.

Used in: PodSecurityPolicySpec

message RuntimeClassStrategyOptions

generated.proto:1194

RuntimeClassStrategyOptions define the strategy that will dictate the allowable RuntimeClasses for a pod.

Used in: PodSecurityPolicySpec

message SELinuxStrategyOptions

generated.proto:1209

SELinuxStrategyOptions defines the strategy type and any options used to create the strategy. Deprecated: use SELinuxStrategyOptions from policy API Group instead.

Used in: PodSecurityPolicySpec

message Scale

generated.proto:1220

represents a scaling request for a resource.

message ScaleSpec

generated.proto:1235

describes the attributes of a scale subresource

Used in: Scale

message ScaleStatus

generated.proto:1242

represents the current status of a scale subresource.

Used in: Scale

message SupplementalGroupsStrategyOptions

generated.proto:1263

SupplementalGroupsStrategyOptions defines the strategy type and options used to create the strategy. Deprecated: use SupplementalGroupsStrategyOptions from policy API Group instead.

Used in: PodSecurityPolicySpec