Uses of Class
io.fabric8.openshift.api.model.monitoring.v1.ClusterTLSConfig
-
Packages that use ClusterTLSConfig Package Description io.fabric8.openshift.api.model.monitoring.v1 -
-
Uses of ClusterTLSConfig in io.fabric8.openshift.api.model.monitoring.v1
Methods in io.fabric8.openshift.api.model.monitoring.v1 that return ClusterTLSConfig Modifier and Type Method Description ClusterTLSConfigClusterTLSConfigBuilder. build()ClusterTLSConfigAlertmanagerSpecFluent. buildClusterTLS()ClusterTLSConfigAlertmanagerSpec. getClusterTLS()AlertmanagerSpec is a specification of the desired behavior of the Alertmanager cluster.Methods in io.fabric8.openshift.api.model.monitoring.v1 with parameters of type ClusterTLSConfig Modifier and Type Method Description protected voidClusterTLSConfigFluent. copyInstance(ClusterTLSConfig instance)AlertmanagerSpecFluent.ClusterTLSNested<A>AlertmanagerSpecFluent. editOrNewClusterTLSLike(ClusterTLSConfig item)voidAlertmanagerSpec. setClusterTLS(ClusterTLSConfig clusterTLS)AlertmanagerSpec is a specification of the desired behavior of the Alertmanager cluster.AAlertmanagerSpecFluent. withClusterTLS(ClusterTLSConfig clusterTLS)AlertmanagerSpecFluent.ClusterTLSNested<A>AlertmanagerSpecFluent. withNewClusterTLSLike(ClusterTLSConfig item)Constructors in io.fabric8.openshift.api.model.monitoring.v1 with parameters of type ClusterTLSConfig Constructor Description AlertmanagerSpec(List<Argument> additionalArgs, List<String> additionalPeers, io.fabric8.kubernetes.api.model.Affinity affinity, AlertmanagerConfigMatcherStrategy alertmanagerConfigMatcherStrategy, io.fabric8.kubernetes.api.model.LabelSelector alertmanagerConfigNamespaceSelector, io.fabric8.kubernetes.api.model.LabelSelector alertmanagerConfigSelector, AlertmanagerConfiguration alertmanagerConfiguration, Boolean automountServiceAccountToken, String baseImage, String clusterAdvertiseAddress, String clusterGossipInterval, String clusterLabel, String clusterPeerTimeout, String clusterPushpullInterval, ClusterTLSConfig clusterTLS, List<String> configMaps, String configSecret, List<io.fabric8.kubernetes.api.model.Container> containers, PodDNSConfig dnsConfig, String dnsPolicy, List<String> enableFeatures, Boolean enableServiceLinks, String externalUrl, Boolean forceEnableClusterMode, List<HostAlias> hostAliases, String image, String imagePullPolicy, List<io.fabric8.kubernetes.api.model.LocalObjectReference> imagePullSecrets, List<io.fabric8.kubernetes.api.model.Container> initContainers, AlertmanagerLimitsSpec limits, Boolean listenLocal, String logFormat, String logLevel, Long minReadySeconds, Map<String,String> nodeSelector, Boolean paused, io.fabric8.kubernetes.api.model.apps.StatefulSetPersistentVolumeClaimRetentionPolicy persistentVolumeClaimRetentionPolicy, EmbeddedObjectMetadata podMetadata, String portName, String priorityClassName, Integer replicas, io.fabric8.kubernetes.api.model.ResourceRequirements resources, String retention, String routePrefix, List<String> secrets, io.fabric8.kubernetes.api.model.PodSecurityContext securityContext, String serviceAccountName, String serviceName, String sha, StorageSpec storage, String tag, Long terminationGracePeriodSeconds, List<io.fabric8.kubernetes.api.model.Toleration> tolerations, List<io.fabric8.kubernetes.api.model.TopologySpreadConstraint> topologySpreadConstraints, String version, List<io.fabric8.kubernetes.api.model.VolumeMount> volumeMounts, List<io.fabric8.kubernetes.api.model.Volume> volumes, AlertmanagerWebSpec web)ClusterTLSConfigBuilder(ClusterTLSConfig instance)ClusterTLSConfigBuilder(ClusterTLSConfigFluent<?> fluent, ClusterTLSConfig instance)ClusterTLSConfigFluent(ClusterTLSConfig instance)
-