Uses of Class
io.fabric8.openshift.api.model.miscellaneous.helm.v1beta1.ConnectionConfig
-
Packages that use ConnectionConfig Package Description io.fabric8.openshift.api.model.miscellaneous.helm.v1beta1 -
-
Uses of ConnectionConfig in io.fabric8.openshift.api.model.miscellaneous.helm.v1beta1
Methods in io.fabric8.openshift.api.model.miscellaneous.helm.v1beta1 that return ConnectionConfig Modifier and Type Method Description ConnectionConfigConnectionConfigBuilder. build()ConnectionConfigHelmChartRepositorySpecFluent. buildConnectionConfig()ConnectionConfigHelmChartRepositorySpec. getConnectionConfig()Helm chart repository exposed within the clusterMethods in io.fabric8.openshift.api.model.miscellaneous.helm.v1beta1 with parameters of type ConnectionConfig Modifier and Type Method Description protected voidConnectionConfigFluent. copyInstance(ConnectionConfig instance)HelmChartRepositorySpecFluent.ConnectionConfigNested<A>HelmChartRepositorySpecFluent. editOrNewConnectionConfigLike(ConnectionConfig item)voidHelmChartRepositorySpec. setConnectionConfig(ConnectionConfig connectionConfig)Helm chart repository exposed within the clusterAHelmChartRepositorySpecFluent. withConnectionConfig(ConnectionConfig connectionConfig)HelmChartRepositorySpecFluent.ConnectionConfigNested<A>HelmChartRepositorySpecFluent. withNewConnectionConfigLike(ConnectionConfig item)Constructors in io.fabric8.openshift.api.model.miscellaneous.helm.v1beta1 with parameters of type ConnectionConfig Constructor Description ConnectionConfigBuilder(ConnectionConfig instance)ConnectionConfigBuilder(ConnectionConfigFluent<?> fluent, ConnectionConfig instance)ConnectionConfigFluent(ConnectionConfig instance)HelmChartRepositorySpec(ConnectionConfig connectionConfig, String description, Boolean disabled, String name)
-