Class PodNetworkConnectivityCheckSpec

    • Constructor Detail

      • PodNetworkConnectivityCheckSpec

        public PodNetworkConnectivityCheckSpec()
        No args constructor for use in serialization
      • PodNetworkConnectivityCheckSpec

        public PodNetworkConnectivityCheckSpec​(String sourcePod,
                                               String targetEndpoint,
                                               io.fabric8.openshift.api.model.config.v1.SecretNameReference tlsClientCert)
    • Method Detail

      • getSourcePod

        public String getSourcePod()
        sourcePod names the pod from which the condition will be checked
      • setSourcePod

        public void setSourcePod​(String sourcePod)
        sourcePod names the pod from which the condition will be checked
      • getTargetEndpoint

        public String getTargetEndpoint()
        EndpointAddress to check. A TCP address of the form host:port. Note that if host is a DNS name, then the check would fail if the DNS name cannot be resolved. Specify an IP address for host to bypass DNS name lookup.
      • setTargetEndpoint

        public void setTargetEndpoint​(String targetEndpoint)
        EndpointAddress to check. A TCP address of the form host:port. Note that if host is a DNS name, then the check would fail if the DNS name cannot be resolved. Specify an IP address for host to bypass DNS name lookup.
      • getTlsClientCert

        public io.fabric8.openshift.api.model.config.v1.SecretNameReference getTlsClientCert()
      • setTlsClientCert

        public void setTlsClientCert​(io.fabric8.openshift.api.model.config.v1.SecretNameReference tlsClientCert)
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)