v1alpha1¶
-
class
pulumi_kubernetes.settings.v1alpha1.
PodPreset
(__name__, __opts__=None, metadata=None, spec=None)¶ PodPreset is a policy resource that defines additional runtime requirements for a Pod.
-
translate_output_property
(prop: str) → str¶ Provides subclasses of Resource an opportunity to translate names of output properties into a format of their choosing before writing those properties to the resource object.
Parameters: prop (str) – A property name. Returns: A potentially transformed property name. Return type: str
-
translate_input_property
(prop: str) → str¶ Provides subclasses of Resource an opportunity to translate names of input properties into a format of their choosing before sending those properties to the Pulumi engine.
Parameters: prop (str) – A property name. Returns: A potentially transformed property name. Return type: str
-
-
class
pulumi_kubernetes.settings.v1alpha1.
PodPresetList
(__name__, __opts__=None, items=None, metadata=None)¶ PodPresetList is a list of PodPreset objects.
-
translate_output_property
(prop: str) → str¶ Provides subclasses of Resource an opportunity to translate names of output properties into a format of their choosing before writing those properties to the resource object.
Parameters: prop (str) – A property name. Returns: A potentially transformed property name. Return type: str
-
translate_input_property
(prop: str) → str¶ Provides subclasses of Resource an opportunity to translate names of input properties into a format of their choosing before sending those properties to the Pulumi engine.
Parameters: prop (str) – A property name. Returns: A potentially transformed property name. Return type: str
-