Name | Type | Description | Notes |
---|---|---|---|
PodId | string | The ID of the pod that has to be removed from Pod Federation. |
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
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
func (o *CPAEjectSpec) GetPodId() string
GetPodId returns the PodId field if non-nil, zero value otherwise.
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.
func (o *CPAEjectSpec) SetPodId(v string)
SetPodId sets PodId field to given value.