print_message_in_status

package
v0.0.0-...-3d8ba93 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 7, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const PrintMessageInStatusType = "print-message-in-status"

Variables

This section is empty.

Functions

func FromWorkflowStep

func FromWorkflowStep(from v1beta1.WorkflowStep) (apis.WorkflowStep, error)

func FromWorkflowSubStep

func FromWorkflowSubStep(from common.WorkflowSubStep) (apis.WorkflowStep, error)

Types

type NullablePrintMessageInStatusSpec

type NullablePrintMessageInStatusSpec struct {
	// contains filtered or unexported fields
}

func (*NullablePrintMessageInStatusSpec) Get

func (*NullablePrintMessageInStatusSpec) IsSet

func (NullablePrintMessageInStatusSpec) MarshalJSON

func (v NullablePrintMessageInStatusSpec) MarshalJSON() ([]byte, error)

func (*NullablePrintMessageInStatusSpec) Set

func (*NullablePrintMessageInStatusSpec) UnmarshalJSON

func (v *NullablePrintMessageInStatusSpec) UnmarshalJSON(src []byte) error

func (*NullablePrintMessageInStatusSpec) Unset

type PrintMessageInStatusSpec

type PrintMessageInStatusSpec struct {
	Message *string `json:"message"`
}

PrintMessageInStatusSpec struct for PrintMessageInStatusSpec

func NewPrintMessageInStatusSpec

func NewPrintMessageInStatusSpec() *PrintMessageInStatusSpec

NewPrintMessageInStatusSpec is short for NewPrintMessageInStatusSpecWithDefault which instantiates a new PrintMessageInStatusSpec 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 NewPrintMessageInStatusSpecEmpty

func NewPrintMessageInStatusSpecEmpty() *PrintMessageInStatusSpec

NewPrintMessageInStatusSpecEmpty instantiates a new PrintMessageInStatusSpec object with no properties set. This constructor will not assign any default values to properties.

func NewPrintMessageInStatusSpecList

func NewPrintMessageInStatusSpecList(ps ...*PrintMessageInStatusSpec) []PrintMessageInStatusSpec

NewPrintMessageInStatusSpecs converts a list PrintMessageInStatusSpec pointers to objects. This is helpful when the SetPrintMessageInStatusSpec requires a list of objects

func NewPrintMessageInStatusSpecWith

func NewPrintMessageInStatusSpecWith(message string) *PrintMessageInStatusSpec

NewPrintMessageInStatusSpecWith instantiates a new PrintMessageInStatusSpec object This constructor will make sure properties required by API are set. For optional properties, it will set default values if they have been defined. The set of arguments will change when the set of required properties is changed

func NewPrintMessageInStatusSpecWithDefault

func NewPrintMessageInStatusSpecWithDefault() *PrintMessageInStatusSpec

NewPrintMessageInStatusSpecWithDefault instantiates a new PrintMessageInStatusSpec 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 (PrintMessageInStatusSpec) MarshalJSON

func (o PrintMessageInStatusSpec) MarshalJSON() ([]byte, error)

func (PrintMessageInStatusSpec) ToMap

func (o PrintMessageInStatusSpec) ToMap() (map[string]interface{}, error)

type PrintMessageInStatusWorkflowStep

type PrintMessageInStatusWorkflowStep struct {
	Base       apis.WorkflowStepBase
	Properties PrintMessageInStatusSpec
}

func PrintMessageInStatus

func PrintMessageInStatus(name string) *PrintMessageInStatusWorkflowStep

func (*PrintMessageInStatusWorkflowStep) Alias

func (*PrintMessageInStatusWorkflowStep) Build

func (*PrintMessageInStatusWorkflowStep) DefType

func (*PrintMessageInStatusWorkflowStep) DependsOn

func (*PrintMessageInStatusWorkflowStep) FromWorkflowStep

func (*PrintMessageInStatusWorkflowStep) FromWorkflowSubStep

func (*PrintMessageInStatusWorkflowStep) GetMessage

func (o *PrintMessageInStatusWorkflowStep) GetMessage() string

GetMessage returns the Message field value

func (*PrintMessageInStatusWorkflowStep) GetMessageOk

func (o *PrintMessageInStatusWorkflowStep) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.

func (*PrintMessageInStatusWorkflowStep) If

func (*PrintMessageInStatusWorkflowStep) Inputs

func (*PrintMessageInStatusWorkflowStep) Outputs

func (*PrintMessageInStatusWorkflowStep) SetMessage

SetMessage sets field value

func (*PrintMessageInStatusWorkflowStep) Timeout

func (*PrintMessageInStatusWorkflowStep) Validate

Validate validates this PrintMessageInStatusSpec 1. If the required properties are not set, this will return an error 2. If properties are set, will check if nested required properties are set

func (*PrintMessageInStatusWorkflowStep) WorkflowStepName

func (p *PrintMessageInStatusWorkflowStep) WorkflowStepName() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL