Reference documentation and code samples for the Kubernetes Engine V1beta1 API class Google::Cloud::Container::V1beta1::IstioConfig.
Configuration options for Istio addon.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#auth
def auth() -> ::Google::Cloud::Container::V1beta1::IstioConfig::IstioAuthMode
Returns
- (::Google::Cloud::Container::V1beta1::IstioConfig::IstioAuthMode) — The specified Istio auth mode, either none, or mutual TLS.
#auth=
def auth=(value) -> ::Google::Cloud::Container::V1beta1::IstioConfig::IstioAuthMode
Parameter
- value (::Google::Cloud::Container::V1beta1::IstioConfig::IstioAuthMode) — The specified Istio auth mode, either none, or mutual TLS.
Returns
- (::Google::Cloud::Container::V1beta1::IstioConfig::IstioAuthMode) — The specified Istio auth mode, either none, or mutual TLS.
#disabled
def disabled() -> ::Boolean
Returns
- (::Boolean) — Whether Istio is enabled for this cluster.
#disabled=
def disabled=(value) -> ::Boolean
Parameter
- value (::Boolean) — Whether Istio is enabled for this cluster.
Returns
- (::Boolean) — Whether Istio is enabled for this cluster.