public interface SystemComponentsConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getLabels(int index)
public abstract Label getLabels(int index)Sets custom labels for pods created by auto-installed components.
repeated .google.cloud.gkemulticloud.v1.Label labels = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Label |
|
getLabelsCount()
public abstract int getLabelsCount()Sets custom labels for pods created by auto-installed components.
repeated .google.cloud.gkemulticloud.v1.Label labels = 2;
| Returns | |
|---|---|
| Type | Description |
int |
|
getLabelsList()
public abstract List<Label> getLabelsList()Sets custom labels for pods created by auto-installed components.
repeated .google.cloud.gkemulticloud.v1.Label labels = 2;
| Returns | |
|---|---|
| Type | Description |
List<Label> |
|
getLabelsOrBuilder(int index)
public abstract LabelOrBuilder getLabelsOrBuilder(int index)Sets custom labels for pods created by auto-installed components.
repeated .google.cloud.gkemulticloud.v1.Label labels = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
LabelOrBuilder |
|
getLabelsOrBuilderList()
public abstract List<? extends LabelOrBuilder> getLabelsOrBuilderList()Sets custom labels for pods created by auto-installed components.
repeated .google.cloud.gkemulticloud.v1.Label labels = 2;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.gkemulticloud.v1.LabelOrBuilder> |
|
getTolerations(int index)
public abstract Toleration getTolerations(int index)Sets custom tolerations for pods created by auto-installed components.
repeated .google.cloud.gkemulticloud.v1.Toleration tolerations = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Toleration |
|
getTolerationsCount()
public abstract int getTolerationsCount()Sets custom tolerations for pods created by auto-installed components.
repeated .google.cloud.gkemulticloud.v1.Toleration tolerations = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getTolerationsList()
public abstract List<Toleration> getTolerationsList()Sets custom tolerations for pods created by auto-installed components.
repeated .google.cloud.gkemulticloud.v1.Toleration tolerations = 1;
| Returns | |
|---|---|
| Type | Description |
List<Toleration> |
|
getTolerationsOrBuilder(int index)
public abstract TolerationOrBuilder getTolerationsOrBuilder(int index)Sets custom tolerations for pods created by auto-installed components.
repeated .google.cloud.gkemulticloud.v1.Toleration tolerations = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
TolerationOrBuilder |
|
getTolerationsOrBuilderList()
public abstract List<? extends TolerationOrBuilder> getTolerationsOrBuilderList()Sets custom tolerations for pods created by auto-installed components.
repeated .google.cloud.gkemulticloud.v1.Toleration tolerations = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.gkemulticloud.v1.TolerationOrBuilder> |
|