Skip to content

Commit d5d0aac

Browse files
1 parent ca0c5da commit d5d0aac

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

clients/google-api-services-container/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-container</artifactId>
25-
<version>v1-rev20240608-2.0.0</version>
25+
<version>v1-rev20240618-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-container:v1-rev20240608-2.0.0'
38+
implementation 'com.google.apis:google-api-services-container:v1-rev20240618-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-container/v1/2.0.0/com/google/api/services/container/model/AdditionalPodNetworkConfig.java

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,36 +32,36 @@
3232
public final class AdditionalPodNetworkConfig extends com.google.api.client.json.GenericJson {
3333

3434
/**
35-
* The maximum number of pods per node which use this pod network
35+
* The maximum number of pods per node which use this pod network.
3636
* The value may be {@code null}.
3737
*/
3838
@com.google.api.client.util.Key
3939
private MaxPodsConstraint maxPodsPerNode;
4040

4141
/**
42-
* The name of the secondary range on the subnet which provides IP address for this pod range
42+
* The name of the secondary range on the subnet which provides IP address for this pod range.
4343
* The value may be {@code null}.
4444
*/
4545
@com.google.api.client.util.Key
4646
private java.lang.String secondaryPodRange;
4747

4848
/**
49-
* Name of the subnetwork where the additional pod network belongs
49+
* Name of the subnetwork where the additional pod network belongs.
5050
* The value may be {@code null}.
5151
*/
5252
@com.google.api.client.util.Key
5353
private java.lang.String subnetwork;
5454

5555
/**
56-
* The maximum number of pods per node which use this pod network
56+
* The maximum number of pods per node which use this pod network.
5757
* @return value or {@code null} for none
5858
*/
5959
public MaxPodsConstraint getMaxPodsPerNode() {
6060
return maxPodsPerNode;
6161
}
6262

6363
/**
64-
* The maximum number of pods per node which use this pod network
64+
* The maximum number of pods per node which use this pod network.
6565
* @param maxPodsPerNode maxPodsPerNode or {@code null} for none
6666
*/
6767
public AdditionalPodNetworkConfig setMaxPodsPerNode(MaxPodsConstraint maxPodsPerNode) {
@@ -70,15 +70,15 @@ public AdditionalPodNetworkConfig setMaxPodsPerNode(MaxPodsConstraint maxPodsPer
7070
}
7171

7272
/**
73-
* The name of the secondary range on the subnet which provides IP address for this pod range
73+
* The name of the secondary range on the subnet which provides IP address for this pod range.
7474
* @return value or {@code null} for none
7575
*/
7676
public java.lang.String getSecondaryPodRange() {
7777
return secondaryPodRange;
7878
}
7979

8080
/**
81-
* The name of the secondary range on the subnet which provides IP address for this pod range
81+
* The name of the secondary range on the subnet which provides IP address for this pod range.
8282
* @param secondaryPodRange secondaryPodRange or {@code null} for none
8383
*/
8484
public AdditionalPodNetworkConfig setSecondaryPodRange(java.lang.String secondaryPodRange) {
@@ -87,15 +87,15 @@ public AdditionalPodNetworkConfig setSecondaryPodRange(java.lang.String secondar
8787
}
8888

8989
/**
90-
* Name of the subnetwork where the additional pod network belongs
90+
* Name of the subnetwork where the additional pod network belongs.
9191
* @return value or {@code null} for none
9292
*/
9393
public java.lang.String getSubnetwork() {
9494
return subnetwork;
9595
}
9696

9797
/**
98-
* Name of the subnetwork where the additional pod network belongs
98+
* Name of the subnetwork where the additional pod network belongs.
9999
* @param subnetwork subnetwork or {@code null} for none
100100
*/
101101
public AdditionalPodNetworkConfig setSubnetwork(java.lang.String subnetwork) {

clients/google-api-services-container/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-container</artifactId>
11-
<version>v1-rev20240608-2.0.0</version>
12-
<name>Kubernetes Engine API v1-rev20240608-2.0.0</name>
11+
<version>v1-rev20240618-2.0.0</version>
12+
<name>Kubernetes Engine API v1-rev20240618-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-container/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-container</artifactId>
25-
<version>v1-rev20240608-2.0.0</version>
25+
<version>v1-rev20240618-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-container:v1-rev20240608-2.0.0'
38+
implementation 'com.google.apis:google-api-services-container:v1-rev20240618-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)