cross_models

package
v1.13.0 Latest Latest
Warning

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

Go to latest
Published: Dec 18, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Condition added in v1.13.0

type Condition struct {
	Operator *string   `json:"operator,omitempty"` //commons.VariableConditionOperatorTypes
	Value    *any      `json:"value,omitempty"`
	Values   []*string // logical field to store Value if Value is a Slice
	// contains filtered or unexported fields
}

func (Condition) MarshalJSON added in v1.13.0

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

func (*Condition) SetOperator added in v1.13.0

func (o *Condition) SetOperator(v *string) *Condition

func (*Condition) SetValue added in v1.13.0

func (o *Condition) SetValue(v *any) *Condition

func (*Condition) UnmarshalJSON added in v1.13.0

func (o *Condition) UnmarshalJSON(data []byte) error

type DeploymentApprovalPolicy added in v1.13.0

type DeploymentApprovalPolicy struct {
	Rules []*DeploymentApprovalPolicyRule `json:"rules,omitempty"`
	// contains filtered or unexported fields
}

func (DeploymentApprovalPolicy) MarshalJSON added in v1.13.0

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

func (*DeploymentApprovalPolicy) SetRules added in v1.13.0

type DeploymentApprovalPolicyRule

type DeploymentApprovalPolicyRule struct {
	Type       *string                 `json:"type,omitempty"`
	Parameters *map[string]interface{} `json:"parameters,omitempty"`
	// contains filtered or unexported fields
}

func (DeploymentApprovalPolicyRule) MarshalJSON added in v1.13.0

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

func (*DeploymentApprovalPolicyRule) SetParameters added in v1.13.0

func (o *DeploymentApprovalPolicyRule) SetParameters(v *map[string]interface{}) *DeploymentApprovalPolicyRule

func (*DeploymentApprovalPolicyRule) SetType

Jump to

Keyboard shortcuts

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