package
0.0.0-20220310025002-8251c7da21b0
Repository: https://github.com/go-swagger/dockerctl.git
Documentation: pkg.go.dev
# Functions
New creates a new network API client.
NewNetworkConnectForbidden creates a NetworkConnectForbidden with default headers values.
NewNetworkConnectInternalServerError creates a NetworkConnectInternalServerError with default headers values.
NewNetworkConnectNotFound creates a NetworkConnectNotFound with default headers values.
NewNetworkConnectOK creates a NetworkConnectOK with default headers values.
NewNetworkConnectParams creates a new NetworkConnectParams object, with the default timeout for this client.
NewNetworkConnectParamsWithContext creates a new NetworkConnectParams object with the ability to set a context for a request.
NewNetworkConnectParamsWithHTTPClient creates a new NetworkConnectParams object with the ability to set a custom HTTPClient for a request.
NewNetworkConnectParamsWithTimeout creates a new NetworkConnectParams object with the ability to set a timeout on a request.
NewNetworkCreateCreated creates a NetworkCreateCreated with default headers values.
NewNetworkCreateForbidden creates a NetworkCreateForbidden with default headers values.
NewNetworkCreateInternalServerError creates a NetworkCreateInternalServerError with default headers values.
NewNetworkCreateNotFound creates a NetworkCreateNotFound with default headers values.
NewNetworkCreateParams creates a new NetworkCreateParams object, with the default timeout for this client.
NewNetworkCreateParamsWithContext creates a new NetworkCreateParams object with the ability to set a context for a request.
NewNetworkCreateParamsWithHTTPClient creates a new NetworkCreateParams object with the ability to set a custom HTTPClient for a request.
NewNetworkCreateParamsWithTimeout creates a new NetworkCreateParams object with the ability to set a timeout on a request.
NewNetworkDeleteForbidden creates a NetworkDeleteForbidden with default headers values.
NewNetworkDeleteInternalServerError creates a NetworkDeleteInternalServerError with default headers values.
NewNetworkDeleteNoContent creates a NetworkDeleteNoContent with default headers values.
NewNetworkDeleteNotFound creates a NetworkDeleteNotFound with default headers values.
NewNetworkDeleteParams creates a new NetworkDeleteParams object, with the default timeout for this client.
NewNetworkDeleteParamsWithContext creates a new NetworkDeleteParams object with the ability to set a context for a request.
NewNetworkDeleteParamsWithHTTPClient creates a new NetworkDeleteParams object with the ability to set a custom HTTPClient for a request.
NewNetworkDeleteParamsWithTimeout creates a new NetworkDeleteParams object with the ability to set a timeout on a request.
NewNetworkDisconnectForbidden creates a NetworkDisconnectForbidden with default headers values.
NewNetworkDisconnectInternalServerError creates a NetworkDisconnectInternalServerError with default headers values.
NewNetworkDisconnectNotFound creates a NetworkDisconnectNotFound with default headers values.
NewNetworkDisconnectOK creates a NetworkDisconnectOK with default headers values.
NewNetworkDisconnectParams creates a new NetworkDisconnectParams object, with the default timeout for this client.
NewNetworkDisconnectParamsWithContext creates a new NetworkDisconnectParams object with the ability to set a context for a request.
NewNetworkDisconnectParamsWithHTTPClient creates a new NetworkDisconnectParams object with the ability to set a custom HTTPClient for a request.
NewNetworkDisconnectParamsWithTimeout creates a new NetworkDisconnectParams object with the ability to set a timeout on a request.
NewNetworkInspectInternalServerError creates a NetworkInspectInternalServerError with default headers values.
NewNetworkInspectNotFound creates a NetworkInspectNotFound with default headers values.
NewNetworkInspectOK creates a NetworkInspectOK with default headers values.
NewNetworkInspectParams creates a new NetworkInspectParams object, with the default timeout for this client.
NewNetworkInspectParamsWithContext creates a new NetworkInspectParams object with the ability to set a context for a request.
NewNetworkInspectParamsWithHTTPClient creates a new NetworkInspectParams object with the ability to set a custom HTTPClient for a request.
NewNetworkInspectParamsWithTimeout creates a new NetworkInspectParams object with the ability to set a timeout on a request.
NewNetworkListInternalServerError creates a NetworkListInternalServerError with default headers values.
NewNetworkListOK creates a NetworkListOK with default headers values.
NewNetworkListParams creates a new NetworkListParams object, with the default timeout for this client.
NewNetworkListParamsWithContext creates a new NetworkListParams object with the ability to set a context for a request.
NewNetworkListParamsWithHTTPClient creates a new NetworkListParams object with the ability to set a custom HTTPClient for a request.
NewNetworkListParamsWithTimeout creates a new NetworkListParams object with the ability to set a timeout on a request.
NewNetworkPruneInternalServerError creates a NetworkPruneInternalServerError with default headers values.
NewNetworkPruneOK creates a NetworkPruneOK with default headers values.
NewNetworkPruneParams creates a new NetworkPruneParams object, with the default timeout for this client.
NewNetworkPruneParamsWithContext creates a new NetworkPruneParams object with the ability to set a context for a request.
NewNetworkPruneParamsWithHTTPClient creates a new NetworkPruneParams object with the ability to set a custom HTTPClient for a request.
NewNetworkPruneParamsWithTimeout creates a new NetworkPruneParams object with the ability to set a timeout on a request.
# Structs
Client for network API
*/.
NetworkConnectBody network connect body
// Example: {"Container":"3613f73ba0e4","EndpointConfig":{"IPAMConfig":{"IPv4Address":"172.24.56.89","IPv6Address":"2001:db8::5689"}}}
swagger:model NetworkConnectBody
*/.
NetworkConnectForbidden describes a response with status code 403, with default header values.
NetworkConnectInternalServerError describes a response with status code 500, with default header values.
NetworkConnectNotFound describes a response with status code 404, with default header values.
NetworkConnectOK describes a response with status code 200, with default header values.
NetworkConnectParams contains all the parameters to send to the API endpoint
for the network connect operation.
NetworkConnectReader is a Reader for the NetworkConnect structure.
NetworkCreateBody network create body
// Example: {"Attachable":false,"CheckDuplicate":false,"Driver":"bridge","EnableIPv6":true,"IPAM":{"Config":[{"Gateway":"172.20.10.11","IPRange":"172.20.10.0/24","Subnet":"172.20.0.0/16"},{"Gateway":"2001:db8:abcd::1011","Subnet":"2001:db8:abcd::/64"}],"Driver":"default","Options":{"foo":"bar"}},"Ingress":false,"Internal":true,"Labels":{"com.example.some-label":"some-value","com.example.some-other-label":"some-other-value"},"Name":"isolated_nw","Options":{"com.docker.network.bridge.default_bridge":"true","com.docker.network.bridge.enable_icc":"true","com.docker.network.bridge.enable_ip_masquerade":"true","com.docker.network.bridge.host_binding_ipv4":"0.0.0.0","com.docker.network.bridge.name":"docker0","com.docker.network.driver.mtu":"1500"}}
swagger:model NetworkCreateBody
*/.
NetworkCreateCreated describes a response with status code 201, with default header values.
NetworkCreateCreatedBody NetworkCreateResponse
// Example: {"Id":"22be93d5babb089c5aab8dbc369042fad48ff791584ca2da2100db837a1c7c30","Warning":""}
swagger:model NetworkCreateCreatedBody
*/.
NetworkCreateForbidden describes a response with status code 403, with default header values.
NetworkCreateInternalServerError describes a response with status code 500, with default header values.
NetworkCreateNotFound describes a response with status code 404, with default header values.
NetworkCreateParams contains all the parameters to send to the API endpoint
for the network create operation.
NetworkCreateReader is a Reader for the NetworkCreate structure.
NetworkDeleteForbidden describes a response with status code 403, with default header values.
NetworkDeleteInternalServerError describes a response with status code 500, with default header values.
NetworkDeleteNoContent describes a response with status code 204, with default header values.
NetworkDeleteNotFound describes a response with status code 404, with default header values.
NetworkDeleteParams contains all the parameters to send to the API endpoint
for the network delete operation.
NetworkDeleteReader is a Reader for the NetworkDelete structure.
NetworkDisconnectBody network disconnect body
swagger:model NetworkDisconnectBody
*/.
NetworkDisconnectForbidden describes a response with status code 403, with default header values.
NetworkDisconnectInternalServerError describes a response with status code 500, with default header values.
NetworkDisconnectNotFound describes a response with status code 404, with default header values.
NetworkDisconnectOK describes a response with status code 200, with default header values.
NetworkDisconnectParams contains all the parameters to send to the API endpoint
for the network disconnect operation.
NetworkDisconnectReader is a Reader for the NetworkDisconnect structure.
NetworkInspectInternalServerError describes a response with status code 500, with default header values.
NetworkInspectNotFound describes a response with status code 404, with default header values.
NetworkInspectOK describes a response with status code 200, with default header values.
NetworkInspectParams contains all the parameters to send to the API endpoint
for the network inspect operation.
NetworkInspectReader is a Reader for the NetworkInspect structure.
NetworkListInternalServerError describes a response with status code 500, with default header values.
NetworkListOK describes a response with status code 200, with default header values.
NetworkListParams contains all the parameters to send to the API endpoint
for the network list operation.
NetworkListReader is a Reader for the NetworkList structure.
NetworkPruneInternalServerError describes a response with status code 500, with default header values.
NetworkPruneOK describes a response with status code 200, with default header values.
NetworkPruneOKBody NetworkPruneResponse
swagger:model NetworkPruneOKBody
*/.
NetworkPruneParams contains all the parameters to send to the API endpoint
for the network prune operation.
NetworkPruneReader is a Reader for the NetworkPrune structure.
# Interfaces
ClientService is the interface for Client methods.
# Type aliases
ClientOption is the option for Client methods.