Skip to content

Commit 45335c2

Browse files
Google APIscopybara-github
authored andcommitted
docs: enabled field of MasterAuthorizedNetworksConfig is now marked as optional
PiperOrigin-RevId: 743055911
1 parent 474ace5 commit 45335c2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

google/cloud/orchestration/airflow/service/v1beta1/environments.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2003,8 +2003,8 @@ message MasterAuthorizedNetworksConfig {
20032003
string cidr_block = 2;
20042004
}
20052005

2006-
// Whether or not master authorized networks feature is enabled.
2007-
bool enabled = 1;
2006+
// Optional. Whether or not master authorized networks feature is enabled.
2007+
bool enabled = 1 [(google.api.field_behavior) = OPTIONAL];
20082008

20092009
// Up to 50 external networks that could access Kubernetes master through
20102010
// HTTPS.

0 commit comments

Comments
 (0)