Lines Matching defs:NodePool

3631NodePool *NodePool `protobuf:"bytes,4,opt,name=node_pool,json=nodePool,proto3" json:"node_pool,omi…  member
3947 type NodePool struct { struct
3949 Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
3951 Config *NodeConfig `protobuf:"bytes,2,opt,name=config,proto3" json:"config,omitempty"`
3956 …nt,3,opt,name=initial_node_count,json=initialNodeCount,proto3" json:"initial_node_count,omitempty"`
3959 … *NodePoolAutoscaling `protobuf:"bytes,4,opt,name=autoscaling,proto3" json:"autoscaling,omitempty"`
3961 …agement *NodeManagement `protobuf:"bytes,5,opt,name=management,proto3" json:"management,omitempty"`
3963 …nk string `protobuf:"bytes,100,opt,name=self_link,json=selfLink,proto3" json:"self_link,omitempty"`
3965 Version string `protobuf:"bytes,101,opt,name=version,proto3" json:"version,omitempty"`
3969 …2,rep,name=instance_group_urls,json=instanceGroupUrls,proto3" json:"instance_group_urls,omitempty"`
3971 …103,opt,name=status,proto3,enum=google.container.v1alpha1.NodePool_Status" json:"status,omitempty"`
3974 …obuf:"bytes,104,opt,name=status_message,json=statusMessage,proto3" json:"status_message,omitempty"`
3975 XXX_NoUnkeyedLiteral struct{} `json:"-"`
3976 XXX_unrecognized []byte `json:"-"`
3977 XXX_sizecache int32 `json:"-"`
3980 func (m *NodePool) Reset() { *m = NodePool{} }
3981 func (m *NodePool) String() string { return proto.CompactTextString(m) }
3982 func (*NodePool) ProtoMessage() {}
3983 func (*NodePool) Descriptor() ([]byte, []int) {
3986 func (m *NodePool) XXX_Unmarshal(b []byte) error {
3989 func (m *NodePool) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
3992 func (dst *NodePool) XXX_Merge(src proto.Message) {
3995 func (m *NodePool) XXX_Size() int {
3998 func (m *NodePool) XXX_DiscardUnknown() {
4004 func (m *NodePool) GetName() string {
4011 func (m *NodePool) GetConfig() *NodeConfig {
4018 func (m *NodePool) GetInitialNodeCount() int32 {
4025 func (m *NodePool) GetAutoscaling() *NodePoolAutoscaling {
4032 func (m *NodePool) GetManagement() *NodeManagement {
4039 func (m *NodePool) GetSelfLink() string {
4046 func (m *NodePool) GetVersion() string {
4053 func (m *NodePool) GetInstanceGroupUrls() []string {
4060 func (m *NodePool) GetStatus() NodePool_Status {
4067 func (m *NodePool) GetStatusMessage() string {