Package api

Interface SubmitOuterClass.IngressConfigOrBuilder

    • Method Detail

      • getTypeValue

        @Deprecated
        int getTypeValue()
        Deprecated.
        api.IngressConfig.type is deprecated. See pkg/api/submit.proto;l=32
        .api.IngressType type = 1 [deprecated = true];
        Returns:
        The enum numeric value on the wire for type.
      • getType

        @Deprecated
        SubmitOuterClass.IngressType getType()
        Deprecated.
        api.IngressConfig.type is deprecated. See pkg/api/submit.proto;l=32
        .api.IngressType type = 1 [deprecated = true];
        Returns:
        The type.
      • getPortsList

        List<Integer> getPortsList()
        repeated uint32 ports = 2;
        Returns:
        A list containing the ports.
      • getPortsCount

        int getPortsCount()
        repeated uint32 ports = 2;
        Returns:
        The count of ports.
      • getPorts

        int getPorts​(int index)
        repeated uint32 ports = 2;
        Parameters:
        index - The index of the element to return.
        Returns:
        The ports at the given index.
      • getAnnotationsCount

        int getAnnotationsCount()
        map<string, string> annotations = 3;
      • containsAnnotations

        boolean containsAnnotations​(String key)
        map<string, string> annotations = 3;
      • getAnnotationsMap

        Map<String,​String> getAnnotationsMap()
        map<string, string> annotations = 3;
      • getAnnotationsOrDefault

        String getAnnotationsOrDefault​(String key,
                                       String defaultValue)
        map<string, string> annotations = 3;
      • getAnnotationsOrThrow

        String getAnnotationsOrThrow​(String key)
        map<string, string> annotations = 3;
      • getTlsEnabled

        boolean getTlsEnabled()
        bool tls_enabled = 4;
        Returns:
        The tlsEnabled.
      • getCertName

        String getCertName()
        string cert_name = 5;
        Returns:
        The certName.
      • getCertNameBytes

        com.google.protobuf.ByteString getCertNameBytes()
        string cert_name = 5;
        Returns:
        The bytes for certName.
      • getUseClusterIP

        boolean getUseClusterIP()
        bool use_clusterIP = 6;
        Returns:
        The useClusterIP.