Reference documentation and code samples for the Google Cloud Container V1 Client class NetworkPolicy.
Configuration options for the NetworkPolicy feature.
https://kubernetes.io/docs/concepts/services-networking/networkpolicies/
Generated from protobuf message google.container.v1.NetworkPolicy
Namespace
Google \ Cloud \ Container \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ provider |
int
The selected network policy provider. |
↳ enabled |
bool
Whether network policy is enabled on the cluster. |
getProvider
The selected network policy provider.
Returns | |
---|---|
Type | Description |
int |
setProvider
The selected network policy provider.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getEnabled
Whether network policy is enabled on the cluster.
Returns | |
---|---|
Type | Description |
bool |
setEnabled
Whether network policy is enabled on the cluster.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |