| Name | Type | Description | Notes |
|---|---|---|---|
| Kind | Pointer to string | Kubernetes resource kind (e.g. Deployment, Service) | [optional] |
| Name | Pointer to string | [optional] | |
| Namespace | Pointer to string | [optional] | |
| TargetState | Pointer to string | JSON-encoded desired Kubernetes manifest | [optional] |
| LiveState | Pointer to string | JSON-encoded live Kubernetes manifest | [optional] |
func NewArgocdManagedResource() *ArgocdManagedResource
NewArgocdManagedResource instantiates a new ArgocdManagedResource 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 NewArgocdManagedResourceWithDefaults() *ArgocdManagedResource
NewArgocdManagedResourceWithDefaults instantiates a new ArgocdManagedResource 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 *ArgocdManagedResource) GetKind() string
GetKind returns the Kind field if non-nil, zero value otherwise.
func (o *ArgocdManagedResource) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ArgocdManagedResource) SetKind(v string)
SetKind sets Kind field to given value.
func (o *ArgocdManagedResource) HasKind() bool
HasKind returns a boolean if a field has been set.
func (o *ArgocdManagedResource) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ArgocdManagedResource) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ArgocdManagedResource) SetName(v string)
SetName sets Name field to given value.
func (o *ArgocdManagedResource) HasName() bool
HasName returns a boolean if a field has been set.
func (o *ArgocdManagedResource) GetNamespace() string
GetNamespace returns the Namespace field if non-nil, zero value otherwise.
func (o *ArgocdManagedResource) GetNamespaceOk() (*string, bool)
GetNamespaceOk returns a tuple with the Namespace field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ArgocdManagedResource) SetNamespace(v string)
SetNamespace sets Namespace field to given value.
func (o *ArgocdManagedResource) HasNamespace() bool
HasNamespace returns a boolean if a field has been set.
func (o *ArgocdManagedResource) GetTargetState() string
GetTargetState returns the TargetState field if non-nil, zero value otherwise.
func (o *ArgocdManagedResource) GetTargetStateOk() (*string, bool)
GetTargetStateOk returns a tuple with the TargetState field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ArgocdManagedResource) SetTargetState(v string)
SetTargetState sets TargetState field to given value.
func (o *ArgocdManagedResource) HasTargetState() bool
HasTargetState returns a boolean if a field has been set.
func (o *ArgocdManagedResource) GetLiveState() string
GetLiveState returns the LiveState field if non-nil, zero value otherwise.
func (o *ArgocdManagedResource) GetLiveStateOk() (*string, bool)
GetLiveStateOk returns a tuple with the LiveState field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ArgocdManagedResource) SetLiveState(v string)
SetLiveState sets LiveState field to given value.
func (o *ArgocdManagedResource) HasLiveState() bool
HasLiveState returns a boolean if a field has been set.