Interface IstioConfigOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    IstioConfig, IstioConfig.Builder

    public interface IstioConfigOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      IstioConfig.IstioAuthMode getAuth()
      Deprecated.
      google.container.v1beta1.IstioConfig.auth is deprecated.
      int getAuthValue()
      Deprecated.
      google.container.v1beta1.IstioConfig.auth is deprecated.
      boolean getDisabled()
      Deprecated.
      google.container.v1beta1.IstioConfig.disabled is deprecated.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getDisabled

        @Deprecated
        boolean getDisabled()
        Deprecated.
        google.container.v1beta1.IstioConfig.disabled is deprecated. See google/container/v1beta1/cluster_service.proto;l=1429
         Whether Istio is enabled for this cluster.
         
        bool disabled = 1 [deprecated = true];
        Returns:
        The disabled.
      • getAuthValue

        @Deprecated
        int getAuthValue()
        Deprecated.
        google.container.v1beta1.IstioConfig.auth is deprecated. See google/container/v1beta1/cluster_service.proto;l=1432
         The specified Istio auth mode, either none, or mutual TLS.
         
        .google.container.v1beta1.IstioConfig.IstioAuthMode auth = 2 [deprecated = true];
        Returns:
        The enum numeric value on the wire for auth.
      • getAuth

        @Deprecated
        IstioConfig.IstioAuthMode getAuth()
        Deprecated.
        google.container.v1beta1.IstioConfig.auth is deprecated. See google/container/v1beta1/cluster_service.proto;l=1432
         The specified Istio auth mode, either none, or mutual TLS.
         
        .google.container.v1beta1.IstioConfig.IstioAuthMode auth = 2 [deprecated = true];
        Returns:
        The auth.