Documentation ¶
Overview ¶
Copyright 2022 Google LLC. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Index ¶
- func ApplyRoutine(ctx context.Context, config *dcl.Config, u *unstructured.Resource, ...) (*unstructured.Resource, error)
- func DeleteRoutine(ctx context.Context, config *dcl.Config, u *unstructured.Resource) error
- func GetRoutine(ctx context.Context, config *dcl.Config, u *unstructured.Resource) (*unstructured.Resource, error)
- func ListRoutine(ctx context.Context, config *dcl.Config, project string, dataset string) ([]*unstructured.Resource, error)
- func RoutineArgumentsDataTypeToUnstructured(r *dclService.RoutineArgumentsDataType) map[string]interface{}
- func RoutineHasDiff(ctx context.Context, config *dcl.Config, u *unstructured.Resource, ...) (bool, error)
- func RoutineID(u *unstructured.Resource) (string, error)
- func RoutineToUnstructured(r *dclService.Routine) *unstructured.Resource
- func UnstructuredToRoutine(u *unstructured.Resource) (*dclService.Routine, error)
- func UnstructuredToRoutineArgumentsDataType(obj map[string]interface{}) (*dclService.RoutineArgumentsDataType, error)
- type Routine
- func (r *Routine) Apply(ctx context.Context, config *dcl.Config, resource *unstructured.Resource, ...) (*unstructured.Resource, error)
- func (r *Routine) Delete(ctx context.Context, config *dcl.Config, resource *unstructured.Resource) error
- func (r *Routine) DeletePolicyMember(ctx context.Context, config *dcl.Config, resource *unstructured.Resource, ...) error
- func (r *Routine) Get(ctx context.Context, config *dcl.Config, resource *unstructured.Resource) (*unstructured.Resource, error)
- func (r *Routine) GetPolicy(ctx context.Context, config *dcl.Config, resource *unstructured.Resource) (*unstructured.Resource, error)
- func (r *Routine) GetPolicyMember(ctx context.Context, config *dcl.Config, resource *unstructured.Resource, ...) (*unstructured.Resource, error)
- func (r *Routine) HasDiff(ctx context.Context, config *dcl.Config, resource *unstructured.Resource, ...) (bool, error)
- func (r *Routine) ID(resource *unstructured.Resource) (string, error)
- func (r *Routine) STV() unstructured.ServiceTypeVersion
- func (r *Routine) SetPolicy(ctx context.Context, config *dcl.Config, resource *unstructured.Resource, ...) (*unstructured.Resource, error)
- func (r *Routine) SetPolicyMember(ctx context.Context, config *dcl.Config, resource *unstructured.Resource, ...) (*unstructured.Resource, error)
- func (r *Routine) SetPolicyWithEtag(ctx context.Context, config *dcl.Config, resource *unstructured.Resource, ...) (*unstructured.Resource, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ApplyRoutine ¶
func ApplyRoutine(ctx context.Context, config *dcl.Config, u *unstructured.Resource, opts ...dcl.ApplyOption) (*unstructured.Resource, error)
func DeleteRoutine ¶
func GetRoutine ¶
func GetRoutine(ctx context.Context, config *dcl.Config, u *unstructured.Resource) (*unstructured.Resource, error)
func ListRoutine ¶
func RoutineArgumentsDataTypeToUnstructured ¶
func RoutineArgumentsDataTypeToUnstructured(r *dclService.RoutineArgumentsDataType) map[string]interface{}
func RoutineHasDiff ¶
func RoutineHasDiff(ctx context.Context, config *dcl.Config, u *unstructured.Resource, opts ...dcl.ApplyOption) (bool, error)
func RoutineToUnstructured ¶
func RoutineToUnstructured(r *dclService.Routine) *unstructured.Resource
func UnstructuredToRoutine ¶
func UnstructuredToRoutine(u *unstructured.Resource) (*dclService.Routine, error)
func UnstructuredToRoutineArgumentsDataType ¶
func UnstructuredToRoutineArgumentsDataType(obj map[string]interface{}) (*dclService.RoutineArgumentsDataType, error)
Types ¶
type Routine ¶
type Routine struct{}
func (*Routine) Apply ¶
func (r *Routine) Apply(ctx context.Context, config *dcl.Config, resource *unstructured.Resource, opts ...dcl.ApplyOption) (*unstructured.Resource, error)
func (*Routine) DeletePolicyMember ¶ added in v1.1.0
func (r *Routine) DeletePolicyMember(ctx context.Context, config *dcl.Config, resource *unstructured.Resource, member *unstructured.Resource) error
func (*Routine) Get ¶
func (r *Routine) Get(ctx context.Context, config *dcl.Config, resource *unstructured.Resource) (*unstructured.Resource, error)
func (*Routine) GetPolicy ¶
func (r *Routine) GetPolicy(ctx context.Context, config *dcl.Config, resource *unstructured.Resource) (*unstructured.Resource, error)
func (*Routine) GetPolicyMember ¶
func (*Routine) STV ¶
func (r *Routine) STV() unstructured.ServiceTypeVersion
func (*Routine) SetPolicy ¶
func (r *Routine) SetPolicy(ctx context.Context, config *dcl.Config, resource *unstructured.Resource, policy *unstructured.Resource) (*unstructured.Resource, error)
func (*Routine) SetPolicyMember ¶
func (r *Routine) SetPolicyMember(ctx context.Context, config *dcl.Config, resource *unstructured.Resource, member *unstructured.Resource) (*unstructured.Resource, error)
func (*Routine) SetPolicyWithEtag ¶ added in v1.1.0
func (r *Routine) SetPolicyWithEtag(ctx context.Context, config *dcl.Config, resource *unstructured.Resource, policy *unstructured.Resource) (*unstructured.Resource, error)
Click to show internal directories.
Click to hide internal directories.