Lines Matching defs:NodePool

3003NodePool *NodePool `protobuf:"bytes,4,opt,name=node_pool,json=nodePool,proto3" json:"node_pool,omi…  member
3319 type NodePool struct { struct
3321 Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
3323 Config *NodeConfig `protobuf:"bytes,2,opt,name=config,proto3" json:"config,omitempty"`
3328 …nt,3,opt,name=initial_node_count,json=initialNodeCount,proto3" json:"initial_node_count,omitempty"`
3330 …nk string `protobuf:"bytes,100,opt,name=self_link,json=selfLink,proto3" json:"self_link,omitempty"`
3332 Version string `protobuf:"bytes,101,opt,name=version,proto3" json:"version,omitempty"`
3336 …2,rep,name=instance_group_urls,json=instanceGroupUrls,proto3" json:"instance_group_urls,omitempty"`
3338 …,103,opt,name=status,proto3,enum=google.container.v1beta1.NodePool_Status" json:"status,omitempty"`
3341 …obuf:"bytes,104,opt,name=status_message,json=statusMessage,proto3" json:"status_message,omitempty"`
3344 … *NodePoolAutoscaling `protobuf:"bytes,4,opt,name=autoscaling,proto3" json:"autoscaling,omitempty"`
3346 … *NodeManagement `protobuf:"bytes,5,opt,name=management,proto3" json:"management,omitempty"`
3347 XXX_NoUnkeyedLiteral struct{} `json:"-"`
3348 XXX_unrecognized []byte `json:"-"`
3349 XXX_sizecache int32 `json:"-"`
3352 func (m *NodePool) Reset() { *m = NodePool{} }
3353 func (m *NodePool) String() string { return proto.CompactTextString(m) }
3354 func (*NodePool) ProtoMessage() {}
3355 func (*NodePool) Descriptor() ([]byte, []int) {
3358 func (m *NodePool) XXX_Unmarshal(b []byte) error {
3361 func (m *NodePool) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
3364 func (dst *NodePool) XXX_Merge(src proto.Message) {
3367 func (m *NodePool) XXX_Size() int {
3370 func (m *NodePool) XXX_DiscardUnknown() {
3376 func (m *NodePool) GetName() string {
3383 func (m *NodePool) GetConfig() *NodeConfig {
3390 func (m *NodePool) GetInitialNodeCount() int32 {
3397 func (m *NodePool) GetSelfLink() string {
3404 func (m *NodePool) GetVersion() string {
3411 func (m *NodePool) GetInstanceGroupUrls() []string {
3418 func (m *NodePool) GetStatus() NodePool_Status {
3425 func (m *NodePool) GetStatusMessage() string {
3432 func (m *NodePool) GetAutoscaling() *NodePoolAutoscaling {
3439 func (m *NodePool) GetManagement() *NodeManagement {