type google.golang.org/genproto/googleapis/container/v1.MasterAuth
19 uses
google.golang.org/genproto/googleapis/container/v1 (current package)
cluster_service.pb.go#L1123: type MasterAuth struct {
cluster_service.pb.go#L1152: func (x *MasterAuth) Reset() {
cluster_service.pb.go#L1153: *x = MasterAuth{}
cluster_service.pb.go#L1161: func (x *MasterAuth) String() string {
cluster_service.pb.go#L1165: func (*MasterAuth) ProtoMessage() {}
cluster_service.pb.go#L1167: func (x *MasterAuth) ProtoReflect() protoreflect.Message {
cluster_service.pb.go#L1180: func (*MasterAuth) Descriptor() ([]byte, []int) {
cluster_service.pb.go#L1184: func (x *MasterAuth) GetUsername() string {
cluster_service.pb.go#L1191: func (x *MasterAuth) GetPassword() string {
cluster_service.pb.go#L1198: func (x *MasterAuth) GetClientCertificateConfig() *ClientCertificateConfig {
cluster_service.pb.go#L1205: func (x *MasterAuth) GetClusterCaCertificate() string {
cluster_service.pb.go#L1212: func (x *MasterAuth) GetClientCertificate() string {
cluster_service.pb.go#L1219: func (x *MasterAuth) GetClientKey() string {
cluster_service.pb.go#L2278: MasterAuth *MasterAuth `protobuf:"bytes,5,opt,name=master_auth,json=masterAuth,proto3" json:"master_auth,omitempty"`
cluster_service.pb.go#L2510: func (x *Cluster) GetMasterAuth() *MasterAuth {
cluster_service.pb.go#L4310: Update *MasterAuth `protobuf:"bytes,5,opt,name=update,proto3" json:"update,omitempty"`
cluster_service.pb.go#L4379: func (x *SetMasterAuthRequest) GetUpdate() *MasterAuth {
cluster_service.pb.go#L10297: (*MasterAuth)(nil), // 13: google.container.v1.MasterAuth
cluster_service.pb.go#L10583: switch v := v.(*MasterAuth); 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. |