google_api_container v0.7.0 GoogleApi.Container.V1.Model.MasterAuthorizedNetworksConfig View Source
Configuration options for the master authorized networks feature. Enabled master authorized networks will disallow all external traffic to access Kubernetes master through HTTPS except traffic from the given CIDR blocks, Google Compute Engine Public IPs and Google Prod IPs.
Attributes
- cidrBlocks ([CidrBlock]): cidr_blocks define up to 50 external networks that could access Kubernetes master through HTTPS. Defaults to:
null
. - enabled (boolean()): Whether or not master authorized networks is enabled. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.Container.V1.Model.MasterAuthorizedNetworksConfig{
cidrBlocks: [GoogleApi.Container.V1.Model.CidrBlock.t()],
enabled: any()
}
t() :: %GoogleApi.Container.V1.Model.MasterAuthorizedNetworksConfig{ cidrBlocks: [GoogleApi.Container.V1.Model.CidrBlock.t()], enabled: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.