Documentation ¶
Index ¶
- Variables
- type Jwt
- func (in *Jwt) DeepCopy() *Jwt
- func (in *Jwt) DeepCopyInto(out *Jwt)
- func (*Jwt) Descriptor() ([]byte, []int)
- func (m *Jwt) GetAudiences() []string
- func (m *Jwt) GetIssuer() string
- func (m *Jwt) GetJwks() string
- func (m *Jwt) GetJwksUri() string
- func (m *Jwt) GetJwtHeaders() []string
- func (m *Jwt) GetJwtParams() []string
- func (m *Jwt) GetTriggerRules() []*Jwt_TriggerRule
- func (m *Jwt) Marshal() (dAtA []byte, err error)
- func (this *Jwt) MarshalJSON() ([]byte, error)
- func (m *Jwt) MarshalTo(dAtA []byte) (int, error)
- func (m *Jwt) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Jwt) ProtoMessage()
- func (m *Jwt) Reset()
- func (m *Jwt) Size() (n int)
- func (m *Jwt) String() string
- func (m *Jwt) Unmarshal(dAtA []byte) error
- func (this *Jwt) UnmarshalJSON(b []byte) error
- func (m *Jwt) XXX_DiscardUnknown()
- func (m *Jwt) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Jwt) XXX_Merge(src proto.Message)
- func (m *Jwt) XXX_Size() int
- func (m *Jwt) XXX_Unmarshal(b []byte) error
- type Jwt_TriggerRule
- func (in *Jwt_TriggerRule) DeepCopy() *Jwt_TriggerRule
- func (in *Jwt_TriggerRule) DeepCopyInto(out *Jwt_TriggerRule)
- func (*Jwt_TriggerRule) Descriptor() ([]byte, []int)
- func (m *Jwt_TriggerRule) GetExcludedPaths() []*StringMatch
- func (m *Jwt_TriggerRule) GetIncludedPaths() []*StringMatch
- func (m *Jwt_TriggerRule) Marshal() (dAtA []byte, err error)
- func (this *Jwt_TriggerRule) MarshalJSON() ([]byte, error)
- func (m *Jwt_TriggerRule) MarshalTo(dAtA []byte) (int, error)
- func (m *Jwt_TriggerRule) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Jwt_TriggerRule) ProtoMessage()
- func (m *Jwt_TriggerRule) Reset()
- func (m *Jwt_TriggerRule) Size() (n int)
- func (m *Jwt_TriggerRule) String() string
- func (m *Jwt_TriggerRule) Unmarshal(dAtA []byte) error
- func (this *Jwt_TriggerRule) UnmarshalJSON(b []byte) error
- func (m *Jwt_TriggerRule) XXX_DiscardUnknown()
- func (m *Jwt_TriggerRule) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Jwt_TriggerRule) XXX_Merge(src proto.Message)
- func (m *Jwt_TriggerRule) XXX_Size() int
- func (m *Jwt_TriggerRule) XXX_Unmarshal(b []byte) error
- type MutualTls
- func (in *MutualTls) DeepCopy() *MutualTls
- func (in *MutualTls) DeepCopyInto(out *MutualTls)
- func (*MutualTls) Descriptor() ([]byte, []int)
- func (m *MutualTls) GetAllowTls() booldeprecated
- func (m *MutualTls) GetMode() MutualTls_Mode
- func (m *MutualTls) Marshal() (dAtA []byte, err error)
- func (this *MutualTls) MarshalJSON() ([]byte, error)
- func (m *MutualTls) MarshalTo(dAtA []byte) (int, error)
- func (m *MutualTls) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MutualTls) ProtoMessage()
- func (m *MutualTls) Reset()
- func (m *MutualTls) Size() (n int)
- func (m *MutualTls) String() string
- func (m *MutualTls) Unmarshal(dAtA []byte) error
- func (this *MutualTls) UnmarshalJSON(b []byte) error
- func (m *MutualTls) XXX_DiscardUnknown()
- func (m *MutualTls) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MutualTls) XXX_Merge(src proto.Message)
- func (m *MutualTls) XXX_Size() int
- func (m *MutualTls) XXX_Unmarshal(b []byte) error
- type MutualTls_Mode
- type OriginAuthenticationMethod
- func (in *OriginAuthenticationMethod) DeepCopy() *OriginAuthenticationMethod
- func (in *OriginAuthenticationMethod) DeepCopyInto(out *OriginAuthenticationMethod)
- func (*OriginAuthenticationMethod) Descriptor() ([]byte, []int)
- func (m *OriginAuthenticationMethod) GetJwt() *Jwt
- func (m *OriginAuthenticationMethod) Marshal() (dAtA []byte, err error)
- func (this *OriginAuthenticationMethod) MarshalJSON() ([]byte, error)
- func (m *OriginAuthenticationMethod) MarshalTo(dAtA []byte) (int, error)
- func (m *OriginAuthenticationMethod) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*OriginAuthenticationMethod) ProtoMessage()
- func (m *OriginAuthenticationMethod) Reset()
- func (m *OriginAuthenticationMethod) Size() (n int)
- func (m *OriginAuthenticationMethod) String() string
- func (m *OriginAuthenticationMethod) Unmarshal(dAtA []byte) error
- func (this *OriginAuthenticationMethod) UnmarshalJSON(b []byte) error
- func (m *OriginAuthenticationMethod) XXX_DiscardUnknown()
- func (m *OriginAuthenticationMethod) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OriginAuthenticationMethod) XXX_Merge(src proto.Message)
- func (m *OriginAuthenticationMethod) XXX_Size() int
- func (m *OriginAuthenticationMethod) XXX_Unmarshal(b []byte) error
- type PeerAuthenticationMethod
- func (in *PeerAuthenticationMethod) DeepCopy() *PeerAuthenticationMethod
- func (in *PeerAuthenticationMethod) DeepCopyInto(out *PeerAuthenticationMethod)
- func (*PeerAuthenticationMethod) Descriptor() ([]byte, []int)
- func (m *PeerAuthenticationMethod) GetJwt() *Jwtdeprecated
- func (m *PeerAuthenticationMethod) GetMtls() *MutualTls
- func (m *PeerAuthenticationMethod) GetParams() isPeerAuthenticationMethod_Params
- func (m *PeerAuthenticationMethod) Marshal() (dAtA []byte, err error)
- func (this *PeerAuthenticationMethod) MarshalJSON() ([]byte, error)
- func (m *PeerAuthenticationMethod) MarshalTo(dAtA []byte) (int, error)
- func (m *PeerAuthenticationMethod) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*PeerAuthenticationMethod) ProtoMessage()
- func (m *PeerAuthenticationMethod) Reset()
- func (m *PeerAuthenticationMethod) Size() (n int)
- func (m *PeerAuthenticationMethod) String() string
- func (m *PeerAuthenticationMethod) Unmarshal(dAtA []byte) error
- func (this *PeerAuthenticationMethod) UnmarshalJSON(b []byte) error
- func (m *PeerAuthenticationMethod) XXX_DiscardUnknown()
- func (m *PeerAuthenticationMethod) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PeerAuthenticationMethod) XXX_Merge(src proto.Message)
- func (*PeerAuthenticationMethod) XXX_OneofWrappers() []interface{}
- func (m *PeerAuthenticationMethod) XXX_Size() int
- func (m *PeerAuthenticationMethod) XXX_Unmarshal(b []byte) error
- type PeerAuthenticationMethod_Jwt
- type PeerAuthenticationMethod_Mtls
- type Policy
- func (in *Policy) DeepCopy() *Policy
- func (in *Policy) DeepCopyInto(out *Policy)
- func (*Policy) Descriptor() ([]byte, []int)
- func (m *Policy) GetOriginIsOptional() booldeprecated
- func (m *Policy) GetOrigins() []*OriginAuthenticationMethoddeprecated
- func (m *Policy) GetPeerIsOptional() booldeprecated
- func (m *Policy) GetPeers() []*PeerAuthenticationMethod
- func (m *Policy) GetPrincipalBinding() PrincipalBindingdeprecated
- func (m *Policy) GetTargets() []*TargetSelectordeprecated
- func (m *Policy) Marshal() (dAtA []byte, err error)
- func (this *Policy) MarshalJSON() ([]byte, error)
- func (m *Policy) MarshalTo(dAtA []byte) (int, error)
- func (m *Policy) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Policy) ProtoMessage()
- func (m *Policy) Reset()
- func (m *Policy) Size() (n int)
- func (m *Policy) String() string
- func (m *Policy) Unmarshal(dAtA []byte) error
- func (this *Policy) UnmarshalJSON(b []byte) error
- func (m *Policy) XXX_DiscardUnknown()
- func (m *Policy) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Policy) XXX_Merge(src proto.Message)
- func (m *Policy) XXX_Size() int
- func (m *Policy) XXX_Unmarshal(b []byte) error
- type PortSelector
- func (in *PortSelector) DeepCopy() *PortSelector
- func (in *PortSelector) DeepCopyInto(out *PortSelector)
- func (*PortSelector) Descriptor() ([]byte, []int)
- func (m *PortSelector) GetName() string
- func (m *PortSelector) GetNumber() uint32
- func (m *PortSelector) GetPort() isPortSelector_Port
- func (m *PortSelector) Marshal() (dAtA []byte, err error)
- func (this *PortSelector) MarshalJSON() ([]byte, error)
- func (m *PortSelector) MarshalTo(dAtA []byte) (int, error)
- func (m *PortSelector) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*PortSelector) ProtoMessage()
- func (m *PortSelector) Reset()
- func (m *PortSelector) Size() (n int)
- func (m *PortSelector) String() string
- func (m *PortSelector) Unmarshal(dAtA []byte) error
- func (this *PortSelector) UnmarshalJSON(b []byte) error
- func (m *PortSelector) XXX_DiscardUnknown()
- func (m *PortSelector) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PortSelector) XXX_Merge(src proto.Message)
- func (*PortSelector) XXX_OneofWrappers() []interface{}
- func (m *PortSelector) XXX_Size() int
- func (m *PortSelector) XXX_Unmarshal(b []byte) error
- type PortSelector_Name
- type PortSelector_Number
- type PrincipalBinding
- type StringMatch
- func (in *StringMatch) DeepCopy() *StringMatch
- func (in *StringMatch) DeepCopyInto(out *StringMatch)
- func (*StringMatch) Descriptor() ([]byte, []int)
- func (m *StringMatch) GetExact() string
- func (m *StringMatch) GetMatchType() isStringMatch_MatchType
- func (m *StringMatch) GetPrefix() string
- func (m *StringMatch) GetRegex() string
- func (m *StringMatch) GetSuffix() string
- func (m *StringMatch) Marshal() (dAtA []byte, err error)
- func (this *StringMatch) MarshalJSON() ([]byte, error)
- func (m *StringMatch) MarshalTo(dAtA []byte) (int, error)
- func (m *StringMatch) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*StringMatch) ProtoMessage()
- func (m *StringMatch) Reset()
- func (m *StringMatch) Size() (n int)
- func (m *StringMatch) String() string
- func (m *StringMatch) Unmarshal(dAtA []byte) error
- func (this *StringMatch) UnmarshalJSON(b []byte) error
- func (m *StringMatch) XXX_DiscardUnknown()
- func (m *StringMatch) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *StringMatch) XXX_Merge(src proto.Message)
- func (*StringMatch) XXX_OneofWrappers() []interface{}
- func (m *StringMatch) XXX_Size() int
- func (m *StringMatch) XXX_Unmarshal(b []byte) error
- type StringMatch_Exact
- type StringMatch_Prefix
- type StringMatch_Regex
- type StringMatch_Suffix
- type TargetSelector
- func (in *TargetSelector) DeepCopy() *TargetSelector
- func (in *TargetSelector) DeepCopyInto(out *TargetSelector)
- func (*TargetSelector) Descriptor() ([]byte, []int)
- func (m *TargetSelector) GetName() string
- func (m *TargetSelector) GetPorts() []*PortSelector
- func (m *TargetSelector) Marshal() (dAtA []byte, err error)
- func (this *TargetSelector) MarshalJSON() ([]byte, error)
- func (m *TargetSelector) MarshalTo(dAtA []byte) (int, error)
- func (m *TargetSelector) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*TargetSelector) ProtoMessage()
- func (m *TargetSelector) Reset()
- func (m *TargetSelector) Size() (n int)
- func (m *TargetSelector) String() string
- func (m *TargetSelector) Unmarshal(dAtA []byte) error
- func (this *TargetSelector) UnmarshalJSON(b []byte) error
- func (m *TargetSelector) XXX_DiscardUnknown()
- func (m *TargetSelector) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *TargetSelector) XXX_Merge(src proto.Message)
- func (m *TargetSelector) XXX_Size() int
- func (m *TargetSelector) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
var ( ErrInvalidLengthPolicy = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowPolicy = fmt.Errorf("proto: integer overflow") )
var ( PolicyMarshaler = &github_com_gogo_protobuf_jsonpb.Marshaler{} PolicyUnmarshaler = &github_com_gogo_protobuf_jsonpb.Unmarshaler{} )
var MutualTls_Mode_name = map[int32]string{
0: "STRICT",
1: "PERMISSIVE",
}
var MutualTls_Mode_value = map[string]int32{
"STRICT": 0,
"PERMISSIVE": 1,
}
var PrincipalBinding_name = map[int32]string{
0: "USE_PEER",
1: "USE_ORIGIN",
}
var PrincipalBinding_value = map[string]int32{
"USE_PEER": 0,
"USE_ORIGIN": 1,
}
Functions ¶
This section is empty.
Types ¶
type Jwt ¶
type Jwt struct { // Identifies the issuer that issued the JWT. See // [issuer](https://tools.ietf.org/html/rfc7519#section-4.1.1) // Usually a URL or an email address. // // Example: https://securetoken.google.com // Example: 1234567-compute@developer.gserviceaccount.com Issuer string `protobuf:"bytes,1,opt,name=issuer,proto3" json:"issuer,omitempty"` // The list of JWT // [audiences](https://tools.ietf.org/html/rfc7519#section-4.1.3). // that are allowed to access. A JWT containing any of these // audiences will be accepted. // // The service name will be accepted if audiences is empty. // // Example: // // “`yaml // audiences: // - bookstore_android.apps.googleusercontent.com // bookstore_web.apps.googleusercontent.com // “` Audiences []string `protobuf:"bytes,2,rep,name=audiences,proto3" json:"audiences,omitempty"` // URL of the provider's public key set to validate signature of the // JWT. See [OpenID Discovery](https://openid.net/specs/openid-connect-discovery-1_0.html#ProviderMetadata). // // Optional if the key set document can either (a) be retrieved from // [OpenID // Discovery](https://openid.net/specs/openid-connect-discovery-1_0.html) of // the issuer or (b) inferred from the email domain of the issuer (e.g. a // Google service account). // // Example: `https://www.googleapis.com/oauth2/v1/certs` // // Note: Only one of jwks_uri and jwks should be used. JwksUri string `protobuf:"bytes,3,opt,name=jwks_uri,json=jwksUri,proto3" json:"jwks_uri,omitempty"` // JSON Web Key Set of public keys to validate signature of the JWT. // See https://auth0.com/docs/jwks. // // Note: Only one of jwks_uri and jwks should be used. Jwks string `protobuf:"bytes,10,opt,name=jwks,proto3" json:"jwks,omitempty"` // JWT is sent in a request header. `header` represents the // header name. // // For example, if `header=x-goog-iap-jwt-assertion`, the header // format will be `x-goog-iap-jwt-assertion: <JWT>`. JwtHeaders []string `protobuf:"bytes,6,rep,name=jwt_headers,json=jwtHeaders,proto3" json:"jwt_headers,omitempty"` // JWT is sent in a query parameter. `query` represents the // query parameter name. // // For example, `query=jwt_token`. JwtParams []string `protobuf:"bytes,7,rep,name=jwt_params,json=jwtParams,proto3" json:"jwt_params,omitempty"` // List of trigger rules to decide if this JWT should be used to validate the // request. The JWT validation happens if any one of the rules matched. // If the list is not empty and none of the rules matched, authentication will // skip the JWT validation. // Leave this empty to always trigger the JWT validation. TriggerRules []*Jwt_TriggerRule `protobuf:"bytes,9,rep,name=trigger_rules,json=triggerRules,proto3" json:"trigger_rules,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
$hide_from_docs Deprecated. Please use security/v1beta1/RequestAuthentication instead. JSON Web Token (JWT) token format for authentication as defined by [RFC 7519](https://tools.ietf.org/html/rfc7519). See [OAuth 2.0](https://tools.ietf.org/html/rfc6749) and [OIDC 1.0](http://openid.net/connect) for how this is used in the whole authentication flow.
For example:
A JWT for any requests:
```yaml issuer: https://example.com audiences:
- bookstore_android.apps.googleusercontent.com bookstore_web.apps.googleusercontent.com
jwksUri: https://example.com/.well-known/jwks.json ```
A JWT for all requests except request at path `/health_check` and path with prefix `/status/`. This is useful to expose some paths for public access but keep others JWT validated.
```yaml issuer: https://example.com jwksUri: https://example.com/.well-known/jwks.json triggerRules: - excludedPaths:
- exact: /health_check
- prefix: /status/
```
A JWT only for requests at path `/admin`. This is useful to only require JWT validation on a specific set of paths but keep others public accessible.
```yaml issuer: https://example.com jwksUri: https://example.com/.well-known/jwks.json triggerRules: - includedPaths:
- prefix: /admin
```
A JWT only for requests at path of prefix `/status/` but except the path of `/status/version`. This means for any request path with prefix `/status/` except `/status/version` will require a valid JWT to proceed.
```yaml issuer: https://example.com jwksUri: https://example.com/.well-known/jwks.json triggerRules: - excludedPaths:
- exact: /status/version includedPaths:
- prefix: /status/
```
func (*Jwt) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Jwt. Required by controller-gen.
func (*Jwt) DeepCopyInto ¶
DeepCopyInto supports using Jwt within kubernetes types, where deepcopy-gen is used.
func (*Jwt) Descriptor ¶
func (*Jwt) GetAudiences ¶
func (*Jwt) GetJwksUri ¶
func (*Jwt) GetJwtHeaders ¶
func (*Jwt) GetJwtParams ¶
func (*Jwt) GetTriggerRules ¶
func (m *Jwt) GetTriggerRules() []*Jwt_TriggerRule
func (*Jwt) MarshalJSON ¶
MarshalJSON is a custom marshaler for Jwt
func (*Jwt) ProtoMessage ¶
func (*Jwt) ProtoMessage()
func (*Jwt) UnmarshalJSON ¶
UnmarshalJSON is a custom unmarshaler for Jwt
func (*Jwt) XXX_DiscardUnknown ¶
func (m *Jwt) XXX_DiscardUnknown()
func (*Jwt) XXX_Unmarshal ¶
type Jwt_TriggerRule ¶
type Jwt_TriggerRule struct { // List of paths to be excluded from the request. The rule is satisfied if // request path does not match to any of the path in this list. ExcludedPaths []*StringMatch `protobuf:"bytes,1,rep,name=excluded_paths,json=excludedPaths,proto3" json:"excluded_paths,omitempty"` // List of paths that the request must include. If the list is not empty, the // rule is satisfied if request path matches at least one of the path in the list. // If the list is empty, the rule is ignored, in other words the rule is always satisfied. IncludedPaths []*StringMatch `protobuf:"bytes,2,rep,name=included_paths,json=includedPaths,proto3" json:"included_paths,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
$hide_from_docs Trigger rule to match against a request. The trigger rule is satisfied if and only if both rules, excluded_paths and include_paths are satisfied.
func (*Jwt_TriggerRule) DeepCopy ¶
func (in *Jwt_TriggerRule) DeepCopy() *Jwt_TriggerRule
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Jwt_TriggerRule. Required by controller-gen.
func (*Jwt_TriggerRule) DeepCopyInto ¶
func (in *Jwt_TriggerRule) DeepCopyInto(out *Jwt_TriggerRule)
DeepCopyInto supports using Jwt_TriggerRule within kubernetes types, where deepcopy-gen is used.
func (*Jwt_TriggerRule) Descriptor ¶
func (*Jwt_TriggerRule) Descriptor() ([]byte, []int)
func (*Jwt_TriggerRule) GetExcludedPaths ¶
func (m *Jwt_TriggerRule) GetExcludedPaths() []*StringMatch
func (*Jwt_TriggerRule) GetIncludedPaths ¶
func (m *Jwt_TriggerRule) GetIncludedPaths() []*StringMatch
func (*Jwt_TriggerRule) Marshal ¶
func (m *Jwt_TriggerRule) Marshal() (dAtA []byte, err error)
func (*Jwt_TriggerRule) MarshalJSON ¶
func (this *Jwt_TriggerRule) MarshalJSON() ([]byte, error)
MarshalJSON is a custom marshaler for Jwt_TriggerRule
func (*Jwt_TriggerRule) MarshalToSizedBuffer ¶
func (m *Jwt_TriggerRule) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*Jwt_TriggerRule) ProtoMessage ¶
func (*Jwt_TriggerRule) ProtoMessage()
func (*Jwt_TriggerRule) Reset ¶
func (m *Jwt_TriggerRule) Reset()
func (*Jwt_TriggerRule) Size ¶
func (m *Jwt_TriggerRule) Size() (n int)
func (*Jwt_TriggerRule) String ¶
func (m *Jwt_TriggerRule) String() string
func (*Jwt_TriggerRule) Unmarshal ¶
func (m *Jwt_TriggerRule) Unmarshal(dAtA []byte) error
func (*Jwt_TriggerRule) UnmarshalJSON ¶
func (this *Jwt_TriggerRule) UnmarshalJSON(b []byte) error
UnmarshalJSON is a custom unmarshaler for Jwt_TriggerRule
func (*Jwt_TriggerRule) XXX_DiscardUnknown ¶
func (m *Jwt_TriggerRule) XXX_DiscardUnknown()
func (*Jwt_TriggerRule) XXX_Marshal ¶
func (m *Jwt_TriggerRule) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Jwt_TriggerRule) XXX_Merge ¶
func (m *Jwt_TriggerRule) XXX_Merge(src proto.Message)
func (*Jwt_TriggerRule) XXX_Size ¶
func (m *Jwt_TriggerRule) XXX_Size() int
func (*Jwt_TriggerRule) XXX_Unmarshal ¶
func (m *Jwt_TriggerRule) XXX_Unmarshal(b []byte) error
type MutualTls ¶
type MutualTls struct { // Deprecated. Please use mode = PERMISSIVE instead. // If set, will translate to `TLS_PERMISSIVE` mode. // Set this flag to true to allow regular TLS (i.e without client x509 // certificate). If request carries client certificate, identity will be // extracted and used (set to peer identity). Otherwise, peer identity will // be left unset. // When the flag is false (default), request must have client certificate. AllowTls bool `protobuf:"varint,1,opt,name=allow_tls,json=allowTls,proto3" json:"allow_tls,omitempty"` // Deprecated: Do not use. // Defines the mode of mTLS authentication. Mode MutualTls_Mode `protobuf:"varint,2,opt,name=mode,proto3,enum=istio.authentication.v1alpha1.MutualTls_Mode" json:"mode,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
$hide_from_docs Deprecated. Please use security/v1beta1/PeerAuthentication instead. TLS authentication params.
func (*MutualTls) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MutualTls. Required by controller-gen.
func (*MutualTls) DeepCopyInto ¶
DeepCopyInto supports using MutualTls within kubernetes types, where deepcopy-gen is used.
func (*MutualTls) Descriptor ¶
func (*MutualTls) GetAllowTls
deprecated
func (*MutualTls) GetMode ¶
func (m *MutualTls) GetMode() MutualTls_Mode
func (*MutualTls) MarshalJSON ¶
MarshalJSON is a custom marshaler for MutualTls
func (*MutualTls) MarshalToSizedBuffer ¶
func (*MutualTls) ProtoMessage ¶
func (*MutualTls) ProtoMessage()
func (*MutualTls) UnmarshalJSON ¶
UnmarshalJSON is a custom unmarshaler for MutualTls
func (*MutualTls) XXX_DiscardUnknown ¶
func (m *MutualTls) XXX_DiscardUnknown()
func (*MutualTls) XXX_Marshal ¶
func (*MutualTls) XXX_Unmarshal ¶
type MutualTls_Mode ¶
type MutualTls_Mode int32
$hide_from_docs Defines the acceptable connection TLS mode.
const ( // Client cert must be presented, connection is in TLS. MutualTls_STRICT MutualTls_Mode = 0 // Connection can be either plaintext or TLS with Client cert. MutualTls_PERMISSIVE MutualTls_Mode = 1 )
func (MutualTls_Mode) EnumDescriptor ¶
func (MutualTls_Mode) EnumDescriptor() ([]byte, []int)
func (MutualTls_Mode) String ¶
func (x MutualTls_Mode) String() string
type OriginAuthenticationMethod ¶
type OriginAuthenticationMethod struct { // Jwt params for the method. Jwt *Jwt `protobuf:"bytes,1,opt,name=jwt,proto3" json:"jwt,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
$hide_from_docs Deprecated. Please use security/v1beta1/RequestAuthentication instead. OriginAuthenticationMethod defines authentication method/params for origin authentication. Origin could be end-user, device, delegate service etc. Currently, only JWT is supported for origin authentication.
func (*OriginAuthenticationMethod) DeepCopy ¶
func (in *OriginAuthenticationMethod) DeepCopy() *OriginAuthenticationMethod
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OriginAuthenticationMethod. Required by controller-gen.
func (*OriginAuthenticationMethod) DeepCopyInto ¶
func (in *OriginAuthenticationMethod) DeepCopyInto(out *OriginAuthenticationMethod)
DeepCopyInto supports using OriginAuthenticationMethod within kubernetes types, where deepcopy-gen is used.
func (*OriginAuthenticationMethod) Descriptor ¶
func (*OriginAuthenticationMethod) Descriptor() ([]byte, []int)
func (*OriginAuthenticationMethod) GetJwt ¶
func (m *OriginAuthenticationMethod) GetJwt() *Jwt
func (*OriginAuthenticationMethod) Marshal ¶
func (m *OriginAuthenticationMethod) Marshal() (dAtA []byte, err error)
func (*OriginAuthenticationMethod) MarshalJSON ¶
func (this *OriginAuthenticationMethod) MarshalJSON() ([]byte, error)
MarshalJSON is a custom marshaler for OriginAuthenticationMethod
func (*OriginAuthenticationMethod) MarshalTo ¶
func (m *OriginAuthenticationMethod) MarshalTo(dAtA []byte) (int, error)
func (*OriginAuthenticationMethod) MarshalToSizedBuffer ¶
func (m *OriginAuthenticationMethod) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*OriginAuthenticationMethod) ProtoMessage ¶
func (*OriginAuthenticationMethod) ProtoMessage()
func (*OriginAuthenticationMethod) Reset ¶
func (m *OriginAuthenticationMethod) Reset()
func (*OriginAuthenticationMethod) Size ¶
func (m *OriginAuthenticationMethod) Size() (n int)
func (*OriginAuthenticationMethod) String ¶
func (m *OriginAuthenticationMethod) String() string
func (*OriginAuthenticationMethod) Unmarshal ¶
func (m *OriginAuthenticationMethod) Unmarshal(dAtA []byte) error
func (*OriginAuthenticationMethod) UnmarshalJSON ¶
func (this *OriginAuthenticationMethod) UnmarshalJSON(b []byte) error
UnmarshalJSON is a custom unmarshaler for OriginAuthenticationMethod
func (*OriginAuthenticationMethod) XXX_DiscardUnknown ¶
func (m *OriginAuthenticationMethod) XXX_DiscardUnknown()
func (*OriginAuthenticationMethod) XXX_Marshal ¶
func (m *OriginAuthenticationMethod) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*OriginAuthenticationMethod) XXX_Merge ¶
func (m *OriginAuthenticationMethod) XXX_Merge(src proto.Message)
func (*OriginAuthenticationMethod) XXX_Size ¶
func (m *OriginAuthenticationMethod) XXX_Size() int
func (*OriginAuthenticationMethod) XXX_Unmarshal ¶
func (m *OriginAuthenticationMethod) XXX_Unmarshal(b []byte) error
type PeerAuthenticationMethod ¶
type PeerAuthenticationMethod struct { // $hide_from_docs // // Types that are valid to be assigned to Params: // *PeerAuthenticationMethod_Mtls // *PeerAuthenticationMethod_Jwt Params isPeerAuthenticationMethod_Params `protobuf_oneof:"params"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
$hide_from_docs Deprecated. Please use security/v1beta1/PeerAuthentication instead. PeerAuthenticationMethod defines one particular type of authentication. Only mTLS is supported at the moment. The type can be progammatically determine by checking the type of the "params" field.
func (*PeerAuthenticationMethod) DeepCopy ¶
func (in *PeerAuthenticationMethod) DeepCopy() *PeerAuthenticationMethod
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PeerAuthenticationMethod. Required by controller-gen.
func (*PeerAuthenticationMethod) DeepCopyInto ¶
func (in *PeerAuthenticationMethod) DeepCopyInto(out *PeerAuthenticationMethod)
DeepCopyInto supports using PeerAuthenticationMethod within kubernetes types, where deepcopy-gen is used.
func (*PeerAuthenticationMethod) Descriptor ¶
func (*PeerAuthenticationMethod) Descriptor() ([]byte, []int)
func (*PeerAuthenticationMethod) GetJwt
deprecated
func (m *PeerAuthenticationMethod) GetJwt() *Jwt
Deprecated: Do not use.
func (*PeerAuthenticationMethod) GetMtls ¶
func (m *PeerAuthenticationMethod) GetMtls() *MutualTls
func (*PeerAuthenticationMethod) GetParams ¶
func (m *PeerAuthenticationMethod) GetParams() isPeerAuthenticationMethod_Params
func (*PeerAuthenticationMethod) Marshal ¶
func (m *PeerAuthenticationMethod) Marshal() (dAtA []byte, err error)
func (*PeerAuthenticationMethod) MarshalJSON ¶
func (this *PeerAuthenticationMethod) MarshalJSON() ([]byte, error)
MarshalJSON is a custom marshaler for PeerAuthenticationMethod
func (*PeerAuthenticationMethod) MarshalTo ¶
func (m *PeerAuthenticationMethod) MarshalTo(dAtA []byte) (int, error)
func (*PeerAuthenticationMethod) MarshalToSizedBuffer ¶
func (m *PeerAuthenticationMethod) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*PeerAuthenticationMethod) ProtoMessage ¶
func (*PeerAuthenticationMethod) ProtoMessage()
func (*PeerAuthenticationMethod) Reset ¶
func (m *PeerAuthenticationMethod) Reset()
func (*PeerAuthenticationMethod) Size ¶
func (m *PeerAuthenticationMethod) Size() (n int)
func (*PeerAuthenticationMethod) String ¶
func (m *PeerAuthenticationMethod) String() string
func (*PeerAuthenticationMethod) Unmarshal ¶
func (m *PeerAuthenticationMethod) Unmarshal(dAtA []byte) error
func (*PeerAuthenticationMethod) UnmarshalJSON ¶
func (this *PeerAuthenticationMethod) UnmarshalJSON(b []byte) error
UnmarshalJSON is a custom unmarshaler for PeerAuthenticationMethod
func (*PeerAuthenticationMethod) XXX_DiscardUnknown ¶
func (m *PeerAuthenticationMethod) XXX_DiscardUnknown()
func (*PeerAuthenticationMethod) XXX_Marshal ¶
func (m *PeerAuthenticationMethod) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PeerAuthenticationMethod) XXX_Merge ¶
func (m *PeerAuthenticationMethod) XXX_Merge(src proto.Message)
func (*PeerAuthenticationMethod) XXX_OneofWrappers ¶
func (*PeerAuthenticationMethod) XXX_OneofWrappers() []interface{}
XXX_OneofWrappers is for the internal use of the proto package.
func (*PeerAuthenticationMethod) XXX_Size ¶
func (m *PeerAuthenticationMethod) XXX_Size() int
func (*PeerAuthenticationMethod) XXX_Unmarshal ¶
func (m *PeerAuthenticationMethod) XXX_Unmarshal(b []byte) error
type PeerAuthenticationMethod_Jwt ¶
type PeerAuthenticationMethod_Jwt struct {
Jwt *Jwt `protobuf:"bytes,2,opt,name=jwt,proto3,oneof"`
}
func (*PeerAuthenticationMethod_Jwt) MarshalTo ¶
func (m *PeerAuthenticationMethod_Jwt) MarshalTo(dAtA []byte) (int, error)
func (*PeerAuthenticationMethod_Jwt) MarshalToSizedBuffer ¶
func (m *PeerAuthenticationMethod_Jwt) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*PeerAuthenticationMethod_Jwt) Size ¶
func (m *PeerAuthenticationMethod_Jwt) Size() (n int)
type PeerAuthenticationMethod_Mtls ¶
type PeerAuthenticationMethod_Mtls struct {
Mtls *MutualTls `protobuf:"bytes,1,opt,name=mtls,proto3,oneof"`
}
func (*PeerAuthenticationMethod_Mtls) MarshalTo ¶
func (m *PeerAuthenticationMethod_Mtls) MarshalTo(dAtA []byte) (int, error)
func (*PeerAuthenticationMethod_Mtls) MarshalToSizedBuffer ¶
func (m *PeerAuthenticationMethod_Mtls) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*PeerAuthenticationMethod_Mtls) Size ¶
func (m *PeerAuthenticationMethod_Mtls) Size() (n int)
type Policy ¶
type Policy struct { // Deprecated. Only mesh-level and namespace-level policies are supported. // List rules to select workloads that the policy should be applied on. // If empty, policy will be used on all workloads in the same namespace. Targets []*TargetSelector `protobuf:"bytes,1,rep,name=targets,proto3" json:"targets,omitempty"` // Deprecated: Do not use. // $hide_from_docs // Deprecated. Please use security/v1beta1/PeerAuthentication instead. // List of authentication methods that can be used for peer authentication. // They will be evaluated in order; the first validate one will be used to // set peer identity (source.user) and other peer attributes. If none of // these methods pass, request will be rejected with authentication failed error (401). // Leave the list empty if peer authentication is not required Peers []*PeerAuthenticationMethod `protobuf:"bytes,2,rep,name=peers,proto3" json:"peers,omitempty"` // Deprecated. Should set mTLS to PERMISSIVE instead. // Set this flag to true to accept request (for peer authentication perspective), // even when none of the peer authentication methods defined above satisfied. // Typically, this is used to delay the rejection decision to next layer (e.g // authorization). // This flag is ignored if no authentication defined for peer (peers field is empty). PeerIsOptional bool `protobuf:"varint,3,opt,name=peer_is_optional,json=peerIsOptional,proto3" json:"peer_is_optional,omitempty"` // Deprecated: Do not use. // Deprecated. Please use security/v1beta1/RequestAuthentication instead. // List of authentication methods that can be used for origin authentication. // Similar to peers, these will be evaluated in order; the first validate one // will be used to set origin identity and attributes (i.e request.auth.user, // request.auth.issuer etc). If none of these methods pass, request will be // rejected with authentication failed error (401). // A method may be skipped, depends on its trigger rule. If all of these methods // are skipped, origin authentication will be ignored, as if it is not defined. // Leave the list empty if origin authentication is not required. Origins []*OriginAuthenticationMethod `protobuf:"bytes,4,rep,name=origins,proto3" json:"origins,omitempty"` // Deprecated: Do not use. // Deprecated. Please use security/v1beta1/RequestAuthentication instead. // Set this flag to true to accept request (for origin authentication perspective), // even when none of the origin authentication methods defined above satisfied. // Typically, this is used to delay the rejection decision to next layer (e.g // authorization). // This flag is ignored if no authentication defined for origin (origins field is empty). OriginIsOptional bool `protobuf:"varint,5,opt,name=origin_is_optional,json=originIsOptional,proto3" json:"origin_is_optional,omitempty"` // Deprecated: Do not use. // Deprecated. Source principal is always from peer, and request principal is always from // RequestAuthentication. // Define whether peer or origin identity should be use for principal. Default // value is USE_PEER. // If peer (or origin) identity is not available, either because of peer/origin // authentication is not defined, or failed, principal will be left unset. // In other words, binding rule does not affect the decision to accept or // reject request. PrincipalBinding PrincipalBinding `` // Deprecated: Do not use. /* 162-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
$hide_from_docs Policy defines what authentication methods can be accepted on workload(s), and if authenticated, which method/certificate will set the request principal (i.e request.auth.principal attribute).
Authentication policy is composed of 2-part authentication: - peer: verify caller service credentials. This part will set source.user (peer identity). - origin: verify the origin credentials. This part will set request.auth.user (origin identity), as well as other attributes like request.auth.presenter, request.auth.audiences and raw claims. Note that the identity could be end-user, service account, device etc.
Last but not least, the principal binding rule defines which identity (peer or origin) should be used as principal. By default, it uses peer.
Examples:
Policy to enable mTLS for all services in namespace frod. The policy name must be `default`, and it contains no rule for `targets`.
```yaml apiVersion: authentication.istio.io/v1alpha1 kind: Policy metadata:
name: default namespace: frod
spec:
peers: - mtls:
``` Policy to disable mTLS for "productpage" service
```yaml apiVersion: authentication.istio.io/v1alpha1 kind: Policy metadata:
name: productpage-mTLS-disable namespace: frod
spec:
targets: - name: productpage
``` Policy to require mTLS for peer authentication, and JWT for origin authentication for productpage:9000 except the path '/health_check' . Principal is set from origin identity.
```yaml apiVersion: authentication.istio.io/v1alpha1 kind: Policy metadata:
name: productpage-mTLS-with-JWT namespace: frod
spec:
targets: - name: productpage ports: - number: 9000 peers: - mtls: origins: - jwt: issuer: "https://securetoken.google.com" audiences: - "productpage" jwksUri: "https://www.googleapis.com/oauth2/v1/certs" jwtHeaders: - "x-goog-iap-jwt-assertion" triggerRules: - excludedPaths: - exact: /health_check principalBinding: USE_ORIGIN
```
func (*Policy) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Policy. Required by controller-gen.
func (*Policy) DeepCopyInto ¶
DeepCopyInto supports using Policy within kubernetes types, where deepcopy-gen is used.
func (*Policy) Descriptor ¶
func (*Policy) GetOriginIsOptional
deprecated
func (*Policy) GetOrigins
deprecated
func (m *Policy) GetOrigins() []*OriginAuthenticationMethod
Deprecated: Do not use.
func (*Policy) GetPeerIsOptional
deprecated
func (*Policy) GetPeers ¶
func (m *Policy) GetPeers() []*PeerAuthenticationMethod
func (*Policy) GetPrincipalBinding
deprecated
func (m *Policy) GetPrincipalBinding() PrincipalBinding
Deprecated: Do not use.
func (*Policy) GetTargets
deprecated
func (m *Policy) GetTargets() []*TargetSelector
Deprecated: Do not use.
func (*Policy) MarshalJSON ¶
MarshalJSON is a custom marshaler for Policy
func (*Policy) MarshalToSizedBuffer ¶
func (*Policy) ProtoMessage ¶
func (*Policy) ProtoMessage()
func (*Policy) UnmarshalJSON ¶
UnmarshalJSON is a custom unmarshaler for Policy
func (*Policy) XXX_DiscardUnknown ¶
func (m *Policy) XXX_DiscardUnknown()
func (*Policy) XXX_Marshal ¶
func (*Policy) XXX_Unmarshal ¶
type PortSelector ¶
type PortSelector struct { // Types that are valid to be assigned to Port: // *PortSelector_Number // *PortSelector_Name Port isPortSelector_Port `protobuf_oneof:"port"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
$hide_from_docs Deprecated. Only support mesh and namespace level policy in the future. PortSelector specifies the name or number of a port to be used for matching targets for authentication policy. This is copied from networking API to avoid dependency.
func (*PortSelector) DeepCopy ¶
func (in *PortSelector) DeepCopy() *PortSelector
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PortSelector. Required by controller-gen.
func (*PortSelector) DeepCopyInto ¶
func (in *PortSelector) DeepCopyInto(out *PortSelector)
DeepCopyInto supports using PortSelector within kubernetes types, where deepcopy-gen is used.
func (*PortSelector) Descriptor ¶
func (*PortSelector) Descriptor() ([]byte, []int)
func (*PortSelector) GetName ¶
func (m *PortSelector) GetName() string
func (*PortSelector) GetNumber ¶
func (m *PortSelector) GetNumber() uint32
func (*PortSelector) GetPort ¶
func (m *PortSelector) GetPort() isPortSelector_Port
func (*PortSelector) Marshal ¶
func (m *PortSelector) Marshal() (dAtA []byte, err error)
func (*PortSelector) MarshalJSON ¶
func (this *PortSelector) MarshalJSON() ([]byte, error)
MarshalJSON is a custom marshaler for PortSelector
func (*PortSelector) MarshalToSizedBuffer ¶
func (m *PortSelector) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*PortSelector) ProtoMessage ¶
func (*PortSelector) ProtoMessage()
func (*PortSelector) Reset ¶
func (m *PortSelector) Reset()
func (*PortSelector) Size ¶
func (m *PortSelector) Size() (n int)
func (*PortSelector) String ¶
func (m *PortSelector) String() string
func (*PortSelector) Unmarshal ¶
func (m *PortSelector) Unmarshal(dAtA []byte) error
func (*PortSelector) UnmarshalJSON ¶
func (this *PortSelector) UnmarshalJSON(b []byte) error
UnmarshalJSON is a custom unmarshaler for PortSelector
func (*PortSelector) XXX_DiscardUnknown ¶
func (m *PortSelector) XXX_DiscardUnknown()
func (*PortSelector) XXX_Marshal ¶
func (m *PortSelector) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PortSelector) XXX_Merge ¶
func (m *PortSelector) XXX_Merge(src proto.Message)
func (*PortSelector) XXX_OneofWrappers ¶
func (*PortSelector) XXX_OneofWrappers() []interface{}
XXX_OneofWrappers is for the internal use of the proto package.
func (*PortSelector) XXX_Size ¶
func (m *PortSelector) XXX_Size() int
func (*PortSelector) XXX_Unmarshal ¶
func (m *PortSelector) XXX_Unmarshal(b []byte) error
type PortSelector_Name ¶
type PortSelector_Name struct {
Name string `protobuf:"bytes,2,opt,name=name,proto3,oneof"`
}
func (*PortSelector_Name) MarshalTo ¶
func (m *PortSelector_Name) MarshalTo(dAtA []byte) (int, error)
func (*PortSelector_Name) MarshalToSizedBuffer ¶
func (m *PortSelector_Name) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*PortSelector_Name) Size ¶
func (m *PortSelector_Name) Size() (n int)
type PortSelector_Number ¶
type PortSelector_Number struct {
Number uint32 `protobuf:"varint,1,opt,name=number,proto3,oneof"`
}
func (*PortSelector_Number) MarshalTo ¶
func (m *PortSelector_Number) MarshalTo(dAtA []byte) (int, error)
func (*PortSelector_Number) MarshalToSizedBuffer ¶
func (m *PortSelector_Number) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*PortSelector_Number) Size ¶
func (m *PortSelector_Number) Size() (n int)
type PrincipalBinding ¶
type PrincipalBinding int32
$hide_from_docs Deprecated. When using security/v1beta1/RequestAuthentication, the request principal always comes from request authentication (i.e JWT). Associates authentication with request principal.
const ( // Principal will be set to the identity from peer authentication. PrincipalBinding_USE_PEER PrincipalBinding = 0 // Principal will be set to the identity from origin authentication. PrincipalBinding_USE_ORIGIN PrincipalBinding = 1 )
func (PrincipalBinding) EnumDescriptor ¶
func (PrincipalBinding) EnumDescriptor() ([]byte, []int)
func (PrincipalBinding) String ¶
func (x PrincipalBinding) String() string
type StringMatch ¶
type StringMatch struct { // Types that are valid to be assigned to MatchType: // *StringMatch_Exact // *StringMatch_Prefix // *StringMatch_Suffix // *StringMatch_Regex MatchType isStringMatch_MatchType `protobuf_oneof:"match_type"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
$hide_from_docs Describes how to match a given string. Match is case-sensitive.
func (*StringMatch) DeepCopy ¶
func (in *StringMatch) DeepCopy() *StringMatch
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StringMatch. Required by controller-gen.
func (*StringMatch) DeepCopyInto ¶
func (in *StringMatch) DeepCopyInto(out *StringMatch)
DeepCopyInto supports using StringMatch within kubernetes types, where deepcopy-gen is used.
func (*StringMatch) Descriptor ¶
func (*StringMatch) Descriptor() ([]byte, []int)
func (*StringMatch) GetExact ¶
func (m *StringMatch) GetExact() string
func (*StringMatch) GetMatchType ¶
func (m *StringMatch) GetMatchType() isStringMatch_MatchType
func (*StringMatch) GetPrefix ¶
func (m *StringMatch) GetPrefix() string
func (*StringMatch) GetRegex ¶
func (m *StringMatch) GetRegex() string
func (*StringMatch) GetSuffix ¶
func (m *StringMatch) GetSuffix() string
func (*StringMatch) Marshal ¶
func (m *StringMatch) Marshal() (dAtA []byte, err error)
func (*StringMatch) MarshalJSON ¶
func (this *StringMatch) MarshalJSON() ([]byte, error)
MarshalJSON is a custom marshaler for StringMatch
func (*StringMatch) MarshalToSizedBuffer ¶
func (m *StringMatch) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*StringMatch) ProtoMessage ¶
func (*StringMatch) ProtoMessage()
func (*StringMatch) Reset ¶
func (m *StringMatch) Reset()
func (*StringMatch) Size ¶
func (m *StringMatch) Size() (n int)
func (*StringMatch) String ¶
func (m *StringMatch) String() string
func (*StringMatch) Unmarshal ¶
func (m *StringMatch) Unmarshal(dAtA []byte) error
func (*StringMatch) UnmarshalJSON ¶
func (this *StringMatch) UnmarshalJSON(b []byte) error
UnmarshalJSON is a custom unmarshaler for StringMatch
func (*StringMatch) XXX_DiscardUnknown ¶
func (m *StringMatch) XXX_DiscardUnknown()
func (*StringMatch) XXX_Marshal ¶
func (m *StringMatch) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*StringMatch) XXX_Merge ¶
func (m *StringMatch) XXX_Merge(src proto.Message)
func (*StringMatch) XXX_OneofWrappers ¶
func (*StringMatch) XXX_OneofWrappers() []interface{}
XXX_OneofWrappers is for the internal use of the proto package.
func (*StringMatch) XXX_Size ¶
func (m *StringMatch) XXX_Size() int
func (*StringMatch) XXX_Unmarshal ¶
func (m *StringMatch) XXX_Unmarshal(b []byte) error
type StringMatch_Exact ¶
type StringMatch_Exact struct {
Exact string `protobuf:"bytes,1,opt,name=exact,proto3,oneof"`
}
func (*StringMatch_Exact) MarshalTo ¶
func (m *StringMatch_Exact) MarshalTo(dAtA []byte) (int, error)
func (*StringMatch_Exact) MarshalToSizedBuffer ¶
func (m *StringMatch_Exact) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*StringMatch_Exact) Size ¶
func (m *StringMatch_Exact) Size() (n int)
type StringMatch_Prefix ¶
type StringMatch_Prefix struct {
Prefix string `protobuf:"bytes,2,opt,name=prefix,proto3,oneof"`
}
func (*StringMatch_Prefix) MarshalTo ¶
func (m *StringMatch_Prefix) MarshalTo(dAtA []byte) (int, error)
func (*StringMatch_Prefix) MarshalToSizedBuffer ¶
func (m *StringMatch_Prefix) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*StringMatch_Prefix) Size ¶
func (m *StringMatch_Prefix) Size() (n int)
type StringMatch_Regex ¶
type StringMatch_Regex struct {
Regex string `protobuf:"bytes,4,opt,name=regex,proto3,oneof"`
}
func (*StringMatch_Regex) MarshalTo ¶
func (m *StringMatch_Regex) MarshalTo(dAtA []byte) (int, error)
func (*StringMatch_Regex) MarshalToSizedBuffer ¶
func (m *StringMatch_Regex) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*StringMatch_Regex) Size ¶
func (m *StringMatch_Regex) Size() (n int)
type StringMatch_Suffix ¶
type StringMatch_Suffix struct {
Suffix string `protobuf:"bytes,3,opt,name=suffix,proto3,oneof"`
}
func (*StringMatch_Suffix) MarshalTo ¶
func (m *StringMatch_Suffix) MarshalTo(dAtA []byte) (int, error)
func (*StringMatch_Suffix) MarshalToSizedBuffer ¶
func (m *StringMatch_Suffix) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*StringMatch_Suffix) Size ¶
func (m *StringMatch_Suffix) Size() (n int)
type TargetSelector ¶
type TargetSelector struct { // The name must be a short name from the service registry. The // fully qualified domain name will be resolved in a platform specific manner. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Specifies the ports. Note that this is the port(s) exposed by the service, not workload instance ports. // For example, if a service is defined as below, then `8000` should be used, not `9000`. // “`yaml // kind: Service // metadata: // ... // spec: // ports: // - name: http // port: 8000 // targetPort: 9000 // selector: // app: backend // “` //Leave empty to match all ports that are exposed. Ports []*PortSelector `protobuf:"bytes,2,rep,name=ports,proto3" json:"ports,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
$hide_from_docs Deprecated. Only support mesh and namespace level policy in the future. TargetSelector defines a matching rule to a workload. A workload is selected if it is associated with the service name and service port(s) specified in the selector rule.
func (*TargetSelector) DeepCopy ¶
func (in *TargetSelector) DeepCopy() *TargetSelector
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TargetSelector. Required by controller-gen.
func (*TargetSelector) DeepCopyInto ¶
func (in *TargetSelector) DeepCopyInto(out *TargetSelector)
DeepCopyInto supports using TargetSelector within kubernetes types, where deepcopy-gen is used.
func (*TargetSelector) Descriptor ¶
func (*TargetSelector) Descriptor() ([]byte, []int)
func (*TargetSelector) GetName ¶
func (m *TargetSelector) GetName() string
func (*TargetSelector) GetPorts ¶
func (m *TargetSelector) GetPorts() []*PortSelector
func (*TargetSelector) Marshal ¶
func (m *TargetSelector) Marshal() (dAtA []byte, err error)
func (*TargetSelector) MarshalJSON ¶
func (this *TargetSelector) MarshalJSON() ([]byte, error)
MarshalJSON is a custom marshaler for TargetSelector
func (*TargetSelector) MarshalToSizedBuffer ¶
func (m *TargetSelector) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*TargetSelector) ProtoMessage ¶
func (*TargetSelector) ProtoMessage()
func (*TargetSelector) Reset ¶
func (m *TargetSelector) Reset()
func (*TargetSelector) Size ¶
func (m *TargetSelector) Size() (n int)
func (*TargetSelector) String ¶
func (m *TargetSelector) String() string
func (*TargetSelector) Unmarshal ¶
func (m *TargetSelector) Unmarshal(dAtA []byte) error
func (*TargetSelector) UnmarshalJSON ¶
func (this *TargetSelector) UnmarshalJSON(b []byte) error
UnmarshalJSON is a custom unmarshaler for TargetSelector
func (*TargetSelector) XXX_DiscardUnknown ¶
func (m *TargetSelector) XXX_DiscardUnknown()
func (*TargetSelector) XXX_Marshal ¶
func (m *TargetSelector) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*TargetSelector) XXX_Merge ¶
func (m *TargetSelector) XXX_Merge(src proto.Message)
func (*TargetSelector) XXX_Size ¶
func (m *TargetSelector) XXX_Size() int
func (*TargetSelector) XXX_Unmarshal ¶
func (m *TargetSelector) XXX_Unmarshal(b []byte) error