Uses of Class
odata.msgraph.client.security.complex.KubernetesControllerEvidence
-
Packages that use KubernetesControllerEvidence Package Description odata.msgraph.client.security.complex -
-
Uses of KubernetesControllerEvidence in odata.msgraph.client.security.complex
Fields in odata.msgraph.client.security.complex declared as KubernetesControllerEvidence Modifier and Type Field Description protected KubernetesControllerEvidenceKubernetesPodEvidence. controllerMethods in odata.msgraph.client.security.complex that return KubernetesControllerEvidence Modifier and Type Method Description KubernetesControllerEvidenceKubernetesControllerEvidence.Builder. build()KubernetesControllerEvidenceKubernetesControllerEvidence. withLabels(Dictionary labels)KubernetesControllerEvidenceKubernetesControllerEvidence. withName(String name)KubernetesControllerEvidenceKubernetesControllerEvidence. withNamespace(KubernetesNamespaceEvidence namespace)KubernetesControllerEvidenceKubernetesControllerEvidence. withType(String type)KubernetesControllerEvidenceKubernetesControllerEvidence. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.security.complex that return types with arguments of type KubernetesControllerEvidence Modifier and Type Method Description Optional<KubernetesControllerEvidence>KubernetesPodEvidence. getController()Methods in odata.msgraph.client.security.complex with parameters of type KubernetesControllerEvidence Modifier and Type Method Description KubernetesPodEvidence.BuilderKubernetesPodEvidence.Builder. controller(KubernetesControllerEvidence controller)KubernetesPodEvidenceKubernetesPodEvidence. withController(KubernetesControllerEvidence controller)
-