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 V1AppArmorProfile
Create 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) void
V1PodSecurityContext.setAppArmorProfile
(V1AppArmorProfile appArmorProfile) void
V1SecurityContext.setAppArmorProfile
(V1AppArmorProfile appArmorProfile)