Uses of Class
io.kubernetes.client.openapi.models.V1AppArmorProfile
Packages that use V1AppArmorProfile
-
Uses of V1AppArmorProfile in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1AppArmorProfileModifier and TypeMethodDescriptionstatic V1AppArmorProfileCreate an instance of V1AppArmorProfile given an JSON stringV1PodSecurityContext.getAppArmorProfile()Get appArmorProfileV1SecurityContext.getAppArmorProfile()Get appArmorProfileV1AppArmorProfile.localhostProfile(String localhostProfile) Methods in io.kubernetes.client.openapi.models with parameters of type V1AppArmorProfileModifier and TypeMethodDescriptionV1PodSecurityContext.appArmorProfile(V1AppArmorProfile appArmorProfile) V1SecurityContext.appArmorProfile(V1AppArmorProfile appArmorProfile) voidV1PodSecurityContext.setAppArmorProfile(V1AppArmorProfile appArmorProfile) voidV1SecurityContext.setAppArmorProfile(V1AppArmorProfile appArmorProfile)