io.k8s.api.flowcontrol.v1beta3

Members list

Concise view

Type members

Classlikes

FlowDistinguisherMethod specifies the method of a flow distinguisher.

FlowDistinguisherMethod specifies the method of a flow distinguisher.

Attributes

Companion:
object
Source:
FlowDistinguisherMethod.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
FlowDistinguisherMethod.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Pointer for FlowDistinguisherMethod

Pointer for FlowDistinguisherMethod

Attributes

Source:
FlowDistinguisherMethodPointer.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

FlowSchema defines the schema of a group of flows. Note that a flow is made up of a set of inbound API requests with similar attributes and is identified by a pair of strings: the name of the FlowSchema and a "flow distinguisher".

FlowSchema defines the schema of a group of flows. Note that a flow is made up of a set of inbound API requests with similar attributes and is identified by a pair of strings: the name of the FlowSchema and a "flow distinguisher".

Attributes

Companion:
object
Source:
FlowSchema.scala
Graph
Supertypes
trait KObject
trait Product
trait Equals
trait Serializable
class Object
trait Matchable
class Any
object FlowSchema

Attributes

Companion:
class
Source:
FlowSchema.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

FlowSchemaCondition describes conditions for a FlowSchema.

FlowSchemaCondition describes conditions for a FlowSchema.

Attributes

Companion:
object
Source:
FlowSchemaCondition.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
FlowSchemaCondition.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Pointer for FlowSchemaCondition

Pointer for FlowSchemaCondition

Attributes

Source:
FlowSchemaConditionPointer.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

FlowSchemaList is a list of FlowSchema objects.

FlowSchemaList is a list of FlowSchema objects.

Attributes

Companion:
object
Source:
FlowSchemaList.scala
Graph
Supertypes
trait KObject
trait Product
trait Equals
trait Serializable
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
FlowSchemaList.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Pointer for FlowSchemaList

Pointer for FlowSchemaList

Attributes

Source:
FlowSchemaListPointer.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Pointer for FlowSchema

Pointer for FlowSchema

Attributes

Source:
FlowSchemaPointer.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

FlowSchemaSpec describes how the FlowSchema's specification looks like.

FlowSchemaSpec describes how the FlowSchema's specification looks like.

Attributes

Companion:
object
Source:
FlowSchemaSpec.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
FlowSchemaSpec.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Pointer for FlowSchemaSpec

Pointer for FlowSchemaSpec

Attributes

Source:
FlowSchemaSpecPointer.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

FlowSchemaStatus represents the current state of a FlowSchema.

FlowSchemaStatus represents the current state of a FlowSchema.

Attributes

Companion:
object
Source:
FlowSchemaStatus.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
FlowSchemaStatus.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Pointer for FlowSchemaStatus

Pointer for FlowSchemaStatus

Attributes

Source:
FlowSchemaStatusPointer.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class GroupSubject(name: String)

GroupSubject holds detailed information for group-kind subject.

GroupSubject holds detailed information for group-kind subject.

Attributes

Companion:
object
Source:
GroupSubject.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
GroupSubject.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Pointer for GroupSubject

Pointer for GroupSubject

Attributes

Source:
GroupSubjectPointer.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

LimitResponse defines how to handle requests that can not be executed right now.

LimitResponse defines how to handle requests that can not be executed right now.

Attributes

Companion:
object
Source:
LimitResponse.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
LimitResponse.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Pointer for LimitResponse

Pointer for LimitResponse

Attributes

Source:
LimitResponsePointer.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

LimitedPriorityLevelConfiguration specifies how to handle requests that are subject to limits. It addresses two issues:

LimitedPriorityLevelConfiguration specifies how to handle requests that are subject to limits. It addresses two issues:

  • How are requests for this priority level limited?
  • What should be done with requests that exceed the limit?

Attributes

Companion:
object
Source:
LimitedPriorityLevelConfiguration.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
LimitedPriorityLevelConfiguration.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Pointer for LimitedPriorityLevelConfiguration

Pointer for LimitedPriorityLevelConfiguration

Attributes

Source:
LimitedPriorityLevelConfigurationPointer.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

NonResourcePolicyRule is a predicate that matches non-resource requests according to their verb and the target non-resource URL. A NonResourcePolicyRule matches a request if and only if both (a) at least one member of verbs matches the request and (b) at least one member of nonResourceURLs matches the request.

NonResourcePolicyRule is a predicate that matches non-resource requests according to their verb and the target non-resource URL. A NonResourcePolicyRule matches a request if and only if both (a) at least one member of verbs matches the request and (b) at least one member of nonResourceURLs matches the request.

Attributes

Companion:
object
Source:
NonResourcePolicyRule.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
NonResourcePolicyRule.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Pointer for NonResourcePolicyRule

Pointer for NonResourcePolicyRule

Attributes

Source:
NonResourcePolicyRulePointer.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

PolicyRulesWithSubjects prescribes a test that applies to a request to an apiserver. The test considers the subject making the request, the verb being requested, and the resource to be acted upon. This PolicyRulesWithSubjects matches a request if and only if both (a) at least one member of subjects matches the request and (b) at least one member of resourceRules or nonResourceRules matches the request.

PolicyRulesWithSubjects prescribes a test that applies to a request to an apiserver. The test considers the subject making the request, the verb being requested, and the resource to be acted upon. This PolicyRulesWithSubjects matches a request if and only if both (a) at least one member of subjects matches the request and (b) at least one member of resourceRules or nonResourceRules matches the request.

Attributes

Companion:
object
Source:
PolicyRulesWithSubjects.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
PolicyRulesWithSubjects.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Pointer for PolicyRulesWithSubjects

Pointer for PolicyRulesWithSubjects

Attributes

Source:
PolicyRulesWithSubjectsPointer.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

PriorityLevelConfiguration represents the configuration of a priority level.

PriorityLevelConfiguration represents the configuration of a priority level.

Attributes

Companion:
object
Source:
PriorityLevelConfiguration.scala
Graph
Supertypes
trait KObject
trait Product
trait Equals
trait Serializable
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
PriorityLevelConfiguration.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

PriorityLevelConfigurationCondition defines the condition of priority level.

PriorityLevelConfigurationCondition defines the condition of priority level.

Attributes

Companion:
object
Source:
PriorityLevelConfigurationCondition.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
PriorityLevelConfigurationCondition.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Pointer for PriorityLevelConfigurationCondition

Pointer for PriorityLevelConfigurationCondition

Attributes

Source:
PriorityLevelConfigurationConditionPointer.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

PriorityLevelConfigurationList is a list of PriorityLevelConfiguration objects.

PriorityLevelConfigurationList is a list of PriorityLevelConfiguration objects.

Attributes

Companion:
object
Source:
PriorityLevelConfigurationList.scala
Graph
Supertypes
trait KObject
trait Product
trait Equals
trait Serializable
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
PriorityLevelConfigurationList.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Pointer for PriorityLevelConfigurationList

Pointer for PriorityLevelConfigurationList

Attributes

Source:
PriorityLevelConfigurationListPointer.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Pointer for PriorityLevelConfiguration

Pointer for PriorityLevelConfiguration

Attributes

Source:
PriorityLevelConfigurationPointer.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.

PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.

Attributes

Companion:
object
Source:
PriorityLevelConfigurationReference.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
PriorityLevelConfigurationReference.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Pointer for PriorityLevelConfigurationReference

Pointer for PriorityLevelConfigurationReference

Attributes

Source:
PriorityLevelConfigurationReferencePointer.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

PriorityLevelConfigurationSpec specifies the configuration of a priority level.

PriorityLevelConfigurationSpec specifies the configuration of a priority level.

Attributes

Companion:
object
Source:
PriorityLevelConfigurationSpec.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
PriorityLevelConfigurationSpec.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Pointer for PriorityLevelConfigurationSpec

Pointer for PriorityLevelConfigurationSpec

Attributes

Source:
PriorityLevelConfigurationSpecPointer.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

PriorityLevelConfigurationStatus represents the current state of a "request-priority".

PriorityLevelConfigurationStatus represents the current state of a "request-priority".

Attributes

Companion:
object
Source:
PriorityLevelConfigurationStatus.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
PriorityLevelConfigurationStatus.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Pointer for PriorityLevelConfigurationStatus

Pointer for PriorityLevelConfigurationStatus

Attributes

Source:
PriorityLevelConfigurationStatusPointer.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

QueuingConfiguration holds the configuration parameters for queuing

QueuingConfiguration holds the configuration parameters for queuing

Attributes

Companion:
object
Source:
QueuingConfiguration.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
QueuingConfiguration.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Pointer for QueuingConfiguration

Pointer for QueuingConfiguration

Attributes

Source:
QueuingConfigurationPointer.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

ResourcePolicyRule is a predicate that matches some resource requests, testing the request's verb and the target resource. A ResourcePolicyRule matches a resource request if and only if: (a) at least one member of verbs matches the request, (b) at least one member of apiGroups matches the request, (c) at least one member of resources matches the request, and (d) either (d1) the request does not specify a namespace (i.e., Namespace=="") and clusterScope is true or (d2) the request specifies a namespace and least one member of namespaces matches the request's namespace.

ResourcePolicyRule is a predicate that matches some resource requests, testing the request's verb and the target resource. A ResourcePolicyRule matches a resource request if and only if: (a) at least one member of verbs matches the request, (b) at least one member of apiGroups matches the request, (c) at least one member of resources matches the request, and (d) either (d1) the request does not specify a namespace (i.e., Namespace=="") and clusterScope is true or (d2) the request specifies a namespace and least one member of namespaces matches the request's namespace.

Attributes

Companion:
object
Source:
ResourcePolicyRule.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
ResourcePolicyRule.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Pointer for ResourcePolicyRule

Pointer for ResourcePolicyRule

Attributes

Source:
ResourcePolicyRulePointer.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

ServiceAccountSubject holds detailed information for service-account-kind subject.

ServiceAccountSubject holds detailed information for service-account-kind subject.

Attributes

Companion:
object
Source:
ServiceAccountSubject.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
ServiceAccountSubject.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Pointer for ServiceAccountSubject

Pointer for ServiceAccountSubject

Attributes

Source:
ServiceAccountSubjectPointer.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Subject matches the originator of a request, as identified by the request authentication system. There are three ways of matching an originator; by user, group, or service account.

Subject matches the originator of a request, as identified by the request authentication system. There are three ways of matching an originator; by user, group, or service account.

Attributes

Companion:
object
Source:
Subject.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object Subject

Attributes

Companion:
class
Source:
Subject.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Subject.type

Pointer for Subject

Pointer for Subject

Attributes

Source:
SubjectPointer.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class UserSubject(name: String)

UserSubject holds detailed information for user-kind subject.

UserSubject holds detailed information for user-kind subject.

Attributes

Companion:
object
Source:
UserSubject.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
UserSubject.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Pointer for UserSubject

Pointer for UserSubject

Attributes

Source:
UserSubjectPointer.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any