Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.45 KB

CPAEjectSpec.md

File metadata and controls

51 lines (28 loc) · 1.45 KB

CPAEjectSpec

Properties

Name Type Description Notes
PodId string The ID of the pod that has to be removed from Pod Federation.

Methods

NewCPAEjectSpec

func NewCPAEjectSpec(podId string, ) *CPAEjectSpec

NewCPAEjectSpec instantiates a new CPAEjectSpec object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

NewCPAEjectSpecWithDefaults

func NewCPAEjectSpecWithDefaults() *CPAEjectSpec

NewCPAEjectSpecWithDefaults instantiates a new CPAEjectSpec object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetPodId

func (o *CPAEjectSpec) GetPodId() string

GetPodId returns the PodId field if non-nil, zero value otherwise.

GetPodIdOk

func (o *CPAEjectSpec) GetPodIdOk() (*string, bool)

GetPodIdOk returns a tuple with the PodId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPodId

func (o *CPAEjectSpec) SetPodId(v string)

SetPodId sets PodId field to given value.

[Back to Model list] [Back to API list] [Back to README]