Documentation
¶
Index ¶
- Variables
- type APBinding
- func (*APBinding) Descriptor() ([]byte, []int)deprecated
- func (x *APBinding) GetFederatesWith() []string
- func (x *APBinding) GetPolicy() string
- func (x *APBinding) GetTrustZone() string
- func (*APBinding) ProtoMessage()
- func (x *APBinding) ProtoReflect() protoreflect.Message
- func (x *APBinding) Reset()
- func (x *APBinding) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_proto_ap_binding_v1alpha1_ap_binding_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type APBinding ¶
type APBinding struct { TrustZone string `protobuf:"bytes,1,opt,name=trust_zone,json=trustZone,proto3" json:"trust_zone,omitempty"` Policy string `protobuf:"bytes,2,opt,name=policy,proto3" json:"policy,omitempty"` FederatesWith []string `protobuf:"bytes,3,rep,name=federates_with,json=federatesWith,proto3" json:"federates_with,omitempty"` // contains filtered or unexported fields }
func (*APBinding) Descriptor
deprecated
func (*APBinding) GetFederatesWith ¶
func (*APBinding) GetTrustZone ¶
func (*APBinding) ProtoMessage ¶
func (*APBinding) ProtoMessage()
func (*APBinding) ProtoReflect ¶
func (x *APBinding) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.