type google.golang.org/genproto/googleapis/container/v1.BinaryAuthorization
14 uses
google.golang.org/genproto/googleapis/container/v1 (current package)
cluster_service.pb.go#L1953: type BinaryAuthorization struct {
cluster_service.pb.go#L1963: func (x *BinaryAuthorization) Reset() {
cluster_service.pb.go#L1964: *x = BinaryAuthorization{}
cluster_service.pb.go#L1972: func (x *BinaryAuthorization) String() string {
cluster_service.pb.go#L1976: func (*BinaryAuthorization) ProtoMessage() {}
cluster_service.pb.go#L1978: func (x *BinaryAuthorization) ProtoReflect() protoreflect.Message {
cluster_service.pb.go#L1991: func (*BinaryAuthorization) Descriptor() ([]byte, []int) {
cluster_service.pb.go#L1995: func (x *BinaryAuthorization) GetEnabled() bool {
cluster_service.pb.go#L2342: BinaryAuthorization *BinaryAuthorization `protobuf:"bytes,24,opt,name=binary_authorization,json=binaryAuthorization,proto3" json:"binary_authorization,omitempty"`
cluster_service.pb.go#L2629: func (x *Cluster) GetBinaryAuthorization() *BinaryAuthorization {
cluster_service.pb.go#L2880: DesiredBinaryAuthorization *BinaryAuthorization `protobuf:"bytes,16,opt,name=desired_binary_authorization,json=desiredBinaryAuthorization,proto3" json:"desired_binary_authorization,omitempty"`
cluster_service.pb.go#L3010: func (x *ClusterUpdate) GetDesiredBinaryAuthorization() *BinaryAuthorization {
cluster_service.pb.go#L10310: (*BinaryAuthorization)(nil), // 26: google.container.v1.BinaryAuthorization
cluster_service.pb.go#L10739: switch v := v.(*BinaryAuthorization); i {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |