istio v1.31.0

AuthorizationPolicy.spec.rules[].from[].source.principals.spec.targetRef

4 fields
AuthorizationPolicy.spec.rules[].from[].source.principals.spec.targetRef fields and descriptions
Field / TypeDescription
group
string

group is the group of the target resource.

  • maxLength: 253
  • pattern: ^$|^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$
kind
string required

kind is kind of the target resource.

  • minLength: 1
  • maxLength: 63
  • pattern: ^[a-zA-Z]([-a-zA-Z0-9]*[a-zA-Z0-9])?$
name
string required

name is the name of the target resource.

  • minLength: 1
  • maxLength: 253
namespace
string

namespace is the namespace of the referent.

  • x-kubernetes-validations: [{"message":"cross namespace referencing is not currently supported","rule":"self.size() == 0"}]