type google.golang.org/genproto/googleapis/container/v1.IPAllocationPolicy
23 uses
google.golang.org/genproto/googleapis/container/v1 (current package)
cluster_service.pb.go#L2003: type IPAllocationPolicy struct {
cluster_service.pb.go#L2111: func (x *IPAllocationPolicy) Reset() {
cluster_service.pb.go#L2112: *x = IPAllocationPolicy{}
cluster_service.pb.go#L2120: func (x *IPAllocationPolicy) String() string {
cluster_service.pb.go#L2124: func (*IPAllocationPolicy) ProtoMessage() {}
cluster_service.pb.go#L2126: func (x *IPAllocationPolicy) ProtoReflect() protoreflect.Message {
cluster_service.pb.go#L2139: func (*IPAllocationPolicy) Descriptor() ([]byte, []int) {
cluster_service.pb.go#L2143: func (x *IPAllocationPolicy) GetUseIpAliases() bool {
cluster_service.pb.go#L2150: func (x *IPAllocationPolicy) GetCreateSubnetwork() bool {
cluster_service.pb.go#L2157: func (x *IPAllocationPolicy) GetSubnetworkName() string {
cluster_service.pb.go#L2165: func (x *IPAllocationPolicy) GetClusterIpv4Cidr() string {
cluster_service.pb.go#L2173: func (x *IPAllocationPolicy) GetNodeIpv4Cidr() string {
cluster_service.pb.go#L2181: func (x *IPAllocationPolicy) GetServicesIpv4Cidr() string {
cluster_service.pb.go#L2188: func (x *IPAllocationPolicy) GetClusterSecondaryRangeName() string {
cluster_service.pb.go#L2195: func (x *IPAllocationPolicy) GetServicesSecondaryRangeName() string {
cluster_service.pb.go#L2202: func (x *IPAllocationPolicy) GetClusterIpv4CidrBlock() string {
cluster_service.pb.go#L2209: func (x *IPAllocationPolicy) GetNodeIpv4CidrBlock() string {
cluster_service.pb.go#L2216: func (x *IPAllocationPolicy) GetServicesIpv4CidrBlock() string {
cluster_service.pb.go#L2223: func (x *IPAllocationPolicy) GetTpuIpv4CidrBlock() string {
cluster_service.pb.go#L2336: IpAllocationPolicy *IPAllocationPolicy `protobuf:"bytes,20,opt,name=ip_allocation_policy,json=ipAllocationPolicy,proto3" json:"ip_allocation_policy,omitempty"`
cluster_service.pb.go#L2608: func (x *Cluster) GetIpAllocationPolicy() *IPAllocationPolicy {
cluster_service.pb.go#L10311: (*IPAllocationPolicy)(nil), // 27: google.container.v1.IPAllocationPolicy
cluster_service.pb.go#L10751: switch v := v.(*IPAllocationPolicy); 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. |