filters

package
v0.0.0-...-f4cebfc Latest Latest
Warning

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

Go to latest
Published: Feb 22, 2020 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package filters is a generated protocol buffer package.

It is generated from these files:

pb/moby/filters/filters.proto

It has these top-level messages:

Args

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Args

type Args struct {
	// Fields map[string]map[string]bool
	Fields map[string]*Args_Value `` /* 139-byte string literal not displayed */
}

Args stores filter arguments as map key:{map key: bool}. It contains an aggregation of the map of arguments (which are in the form of -f 'key=value') based on the key, and stores values for the same key in a map with string keys and boolean values. e.g given -f 'label=label1=1' -f 'label=label2=2' -f 'image.name=ubuntu' the args will be {"image.name":{"ubuntu":true},"label":{"label1=1":true,"label2=2":true}} type Args struct

func (*Args) DeepCopyChecked

func (s *Args) DeepCopyChecked() *Args

func (*Args) Descriptor

func (*Args) Descriptor() ([]byte, []int)

func (*Args) ExportIntoDockerApiType

func (s *Args) ExportIntoDockerApiType() (d filters.Args)

func (*Args) GetFields

func (m *Args) GetFields() map[string]*Args_Value

func (*Args) ProtoMessage

func (*Args) ProtoMessage()

func (*Args) Reset

func (m *Args) Reset()

func (*Args) String

func (m *Args) String() string

type Args_Value

type Args_Value struct {
	Value map[string]bool `` /* 145-byte string literal not displayed */
}

func (*Args_Value) Descriptor

func (*Args_Value) Descriptor() ([]byte, []int)

func (*Args_Value) GetValue

func (m *Args_Value) GetValue() map[string]bool

func (*Args_Value) ProtoMessage

func (*Args_Value) ProtoMessage()

func (*Args_Value) Reset

func (m *Args_Value) Reset()

func (*Args_Value) String

func (m *Args_Value) String() string

Jump to

Keyboard shortcuts

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